Skip to content

Commit

Permalink
Trigger test workflow on develop + main, release 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 37bda95 commit e794fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main
workflow_dispatch:
branches:
- develop
- main
jobs:
test:
name: Test
Expand Down

0 comments on commit e794fc1

Please sign in to comment.