Skip to content

Commit 06ef7c1

Browse files
committed
fix branch syntax
1 parent 9d0ee8b commit 06ef7c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- master # Run for pushes to master
1111
pull_request:
1212
branches:
13-
- * # Run the workflow for all pull requests
13+
- '*' # Run the workflow for all pull requests
1414

1515
# Sets permissions of the GITHUB_TOKEN to allow reading packages
1616
permissions:

0 commit comments

Comments
 (0)