Skip to content

Commit 4ecea6b

Browse files
committed
try pipeline
1 parent 271d4ce commit 4ecea6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
7-
- develop
8-
- testing
6+
- '*'
97
pull_request:
108
branches:
11-
- '**'
9+
- '*'
1210

1311
jobs:
1412
test:

0 commit comments

Comments
 (0)