We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08cec9 commit 6a199d9Copy full SHA for 6a199d9
.github/workflows/build.yml
@@ -6,7 +6,7 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ master ]
+ branches: [ '*' ]
10
pull_request:
11
branches: [ master ]
12
0 commit comments