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 a4a087d commit 34e858eCopy full SHA for 34e858e
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
needs: [verify, build] # build job must pass before we can release
78
79
if: github.event_name == 'push'
80
- && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
+ && startsWith(github.ref, 'refs/tags/v')
81
&& github.repository == 'mockito/mockito-testng'
82
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
83
0 commit comments