Skip to content

Commit 45d01f7

Browse files
committed
Fix github action on PRs
1 parent c90b55d commit 45d01f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ '*' ]
99
pull_request:
10-
branches: [ $default-branch ]
10+
branches: [ master ]
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)