Skip to content

Commit 2a9e4f2

Browse files
committed
fix: branch
1 parent 0785e06 commit 2a9e4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-on-push-and-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7-
branches: [ '*' ]
7+
branches: [ '**' ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)