Skip to content

Commit 6b992a0

Browse files
committed
partial-test flow support all branches except master/develop
1 parent 9354e9e commit 6b992a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/partial-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test Only @scoped
33
on:
44
push:
55
branches:
6-
- 'hotfix/**'
7-
- 'feature/**'
8-
- 'bugfix/**'
6+
- '*/*'
7+
- '!master'
8+
- '!develop'
99
paths:
1010
- 'src/**'
1111
- 'tests/**'

0 commit comments

Comments
 (0)