Skip to content

Commit 34e858e

Browse files
authored
Only publish tags
1 parent a4a087d commit 34e858e

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
@@ -77,7 +77,7 @@ jobs:
7777
needs: [verify, build] # build job must pass before we can release
7878

7979
if: github.event_name == 'push'
80-
&& (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
80+
&& startsWith(github.ref, 'refs/tags/v')
8181
&& github.repository == 'mockito/mockito-testng'
8282
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
8383

0 commit comments

Comments
 (0)