We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19449ae commit 7ac9edcCopy full SHA for 7ac9edc
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- wip/2.4
8
pull_request:
9
- branches: wip/2.4
+ branches: [ wip/2.4 ]
10
schedule:
11
# * is a special character in YAML, so you have to quote this string
12
# Run every hour at minute 25
0 commit comments