Skip to content

Commit 42f0d19

Browse files
committed
CI schema error fix
1 parent df5f0d3 commit 42f0d19

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: test
22

33
on:
44
push:
5-
branches: main
5+
branches: [
6+
"main"
7+
]
68
pull_request:
7-
branches: main
9+
branches: [
10+
"main"
11+
]
812

913
jobs:
1014
python:

0 commit comments

Comments
 (0)