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 0e6ba6d commit 3e2621fCopy full SHA for 3e2621f
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
needs: [build] # build job must pass before we can release
80
81
if: github.event_name == 'push'
82
- && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/5.'))
+ && startsWith(github.ref, 'refs/tags/v')
83
&& github.repository == 'mockito/mockito-kotlin'
84
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
85
0 commit comments