Skip to content

Commit 4184e44

Browse files
committed
Fix test pipeline
1 parent 3e2f844 commit 4184e44

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,10 +3,10 @@ name: Test
33
on:
44
push:
55
branches:
6-
- *
6+
- '**'
77
pull_request:
88
branches:
9-
- *
9+
- '**'
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)