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 9b49683 commit f87470f
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 @@ -160,7 +160,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 f87470f

Please sign in to comment.