Skip to content

Commit

Permalink
chore: run the release step on both dev and master branches (#2990)
Browse files Browse the repository at this point in the history
For the 41 soft freeze period, the app bundle needs to be deployed to d2-ci. Since branch 'dev' will be used to build the core bundle, run the release job on both master and dev branches
  • Loading branch information
jenniferarnesen authored Mar 6, 2024
1 parent b4a5d53 commit 863b3b5
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 @@ -99,7 +99,7 @@ jobs:
if: |
!github.event.push.repository.fork &&
github.actor != 'dependabot[bot]' &&
github.ref == 'refs/heads/master'
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev')
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 863b3b5

Please sign in to comment.