Skip to content

Commit 61e87fc

Browse files
committed
CI fix duplicated test on main branch
1 parent 3524991 commit 61e87fc

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)