Skip to content

Commit

Permalink
chore: run release on master and dev branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Mar 6, 2024
1 parent d2f3c96 commit 5931ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
needs: call-workflow-e2e-prod
if: |
!github.event.push.repository.fork &&
github.actor != 'dependabot[bot]'
github.actor != 'dependabot[bot]' &&
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5931ffa

Please sign in to comment.