Skip to content

Commit

Permalink
chore: do not run release step on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jun 6, 2024
1 parent 15dc8d9 commit ad9518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: |
!github.event.push.repository.fork &&
github.actor != 'dependabot[bot]' &&
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/'))
(github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ad9518a

Please sign in to comment.