We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c11c12 commit 504e292Copy full SHA for 504e292
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
needs: [build] # build job must pass before we can release
65
66
if: github.event_name == 'push'
67
- && startsWith(github.ref, 'refs/tags/v')
+ && (github.ref == 'refs/heads/release/2.x' || startsWith(github.ref, 'refs/tags/v'))
68
&& github.repository == 'mockito/mockito-scala'
69
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
70
0 commit comments