Skip to content

Commit 9c3264c

Browse files
committed
fix branches
1 parent e8fa3a2 commit 9c3264c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Testing
33
on:
44
push:
55
branches:
6-
- master
7-
- v2
6+
- main
87
pull_request:
8+
branches:
9+
- main
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)