Skip to content

Commit

Permalink
Trigger release workflow only on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Jan 25, 2024
1 parent 6647d3b commit c9e3d49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ name: Release
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
branches:
- main
jobs:
release:
name: Release
Expand Down

0 comments on commit c9e3d49

Please sign in to comment.