Skip to content

Commit b352feb

Browse files
committed
build: update branch name for github actions
1 parent c34815a commit b352feb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- v2
77
paths-ignore:
88
- '**.md'
99
pull_request:
1010
branches:
11-
- master
11+
- main
12+
- v2
1213
paths-ignore:
1314
- '**.md'
1415

0 commit comments

Comments
 (0)