We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0ee8b commit 06ef7c1Copy full SHA for 06ef7c1
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
- master # Run for pushes to master
11
pull_request:
12
branches:
13
- - * # Run the workflow for all pull requests
+ - '*' # Run the workflow for all pull requests
14
15
# Sets permissions of the GITHUB_TOKEN to allow reading packages
16
permissions:
0 commit comments