Skip to content

Commit 4ef7715

Browse files
committed
change test workflow branch
1 parent 1b30762 commit 4ef7715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test
22
on:
3-
push: { branches: [v2] }
4-
pull_request: { branches: [v2] }
3+
push: { branches: [main] }
4+
pull_request: { branches: [main] }
55
jobs:
66
check:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)