Skip to content

Commit b459004

Browse files
Merge pull request #50 from MatthewSZhang/0.3.X
CI fix duplicated test on main branch
2 parents 3524991 + 61e87fc commit b459004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test
33
on:
44
workflow_call:
55
push:
6-
branches: [ "main", "*.X" ]
6+
branches: ["*.X"]
77
pull_request:
8-
branches: [ "main", "*.X" ]
8+
branches: ["*.X"]
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)