Skip to content

Commit d9001c1

Browse files
authored
Also update number in release job
1 parent a0c0680 commit d9001c1

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
@@ -54,7 +54,7 @@ jobs:
5454
needs: [build] # build job must pass before we can release
5555

5656
if: github.event_name == 'push'
57-
&& github.ref == 'refs/heads/release/1.x'
57+
&& github.ref == 'refs/heads/release/2.x'
5858
&& github.repository == 'mockito/mockito-scala'
5959
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
6060

0 commit comments

Comments
 (0)