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 c1122da commit 424ba61Copy full SHA for 424ba61
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
needs: [build] # build job must pass before we can release
82
83
if: github.event_name == 'push'
84
- && (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.'))
85
&& github.repository == 'mockito/mockito-kotlin'
86
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
87
0 commit comments