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 a0c0680 commit d9001c1Copy full SHA for d9001c1
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
needs: [build] # build job must pass before we can release
55
56
if: github.event_name == 'push'
57
- && github.ref == 'refs/heads/release/1.x'
+ && github.ref == 'refs/heads/release/2.x'
58
&& github.repository == 'mockito/mockito-scala'
59
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
60
0 commit comments