Skip to content

Commit 424ba61

Browse files
authored
Also trigger release on 4.x tags (#466)
1 parent c1122da commit 424ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: [build] # build job must pass before we can release
8282

8383
if: github.event_name == 'push'
84-
&& (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/3.'))
84+
&& (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/3.') || startsWith(github.ref, 'refs/tags/4.'))
8585
&& github.repository == 'mockito/mockito-kotlin'
8686
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
8787

0 commit comments

Comments
 (0)