Skip to content

Commit c464e37

Browse files
committed
Fix the base branch to v2
1 parent 4b8c1bb commit c464e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Build
33

44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ v2 ]
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)