Skip to content

Commit 4777eba

Browse files
authored
Update build.yml
1 parent d3a7873 commit 4777eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- '*.*'
6+
- '**'
77
pull_request:
88
branches:
9-
- '*.*'
9+
- '**'
1010

1111
jobs:
1212
checks:

0 commit comments

Comments
 (0)