Skip to content

Commit 5dbd55e

Browse files
authored
[CI] Fix push branch to "2.x"
1 parent 24e0e53 commit 5dbd55e

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
@@ -1,7 +1,7 @@
11
name: Bundle CI
22
on:
33
push:
4-
branches: ['main']
4+
branches: ['2.x']
55
pull_request:
66
schedule:
77
- cron: '0 */12 * * *'

0 commit comments

Comments
 (0)