Skip to content

Commit a0c0680

Browse files
authored
Run releases on release/2.x branch
1 parent 1acecd4 commit a0c0680

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
@@ -9,7 +9,7 @@ name: CI
99

1010
on:
1111
push:
12-
branches: ['release/1.x']
12+
branches: ['release/2.x']
1313
tags-ignore: [v*] # release tags are automatically generated after a successful CI build, no need to run CI against them
1414
pull_request:
1515
branches: ['**']

0 commit comments

Comments
 (0)