Skip to content

Commit 8187b71

Browse files
authored
Test
1 parent 598fa04 commit 8187b71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run-tests-pcov-pull.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: run-tests-pcov-pull
33
on:
44
push:
55
branches:
6-
- 'development'
7-
pull_request:
8-
branches:
9-
- 'development'
10-
- 'master'
6+
- '*' # matches every branch that doesn't contain a '/'
7+
- '*/*' # matches every branch containing a single '/'
8+
- '**' # matches every branch
9+
- '!master'
1110

1211
jobs:
1312
test:

0 commit comments

Comments
 (0)