Skip to content

Commit f948dbe

Browse files
Correct branch glob in tests.yml
1 parent 4ba54bf commit f948dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tests
22
on:
33
push:
4-
branches: ["*"]
4+
branches: ["**"]
55
pull_request: {}
66
workflow_dispatch: {}
77
env:

0 commit comments

Comments
 (0)