Skip to content

Commit

Permalink
Also trigger release on 4.x tags (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Nov 23, 2022
1 parent c1122da commit 424ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
needs: [build] # build job must pass before we can release

if: github.event_name == 'push'
&& (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/3.'))
&& (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/3.') || startsWith(github.ref, 'refs/tags/4.'))
&& github.repository == 'mockito/mockito-kotlin'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')

Expand Down

0 comments on commit 424ba61

Please sign in to comment.