Skip to content

Commit

Permalink
chore: run release job for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed May 22, 2024
1 parent cc90d7a commit ef4d4bb
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/dev')
(github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/'))
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ef4d4bb

Please sign in to comment.