We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff0603 commit a54d7b2Copy full SHA for a54d7b2
.github/workflows/build.yml
@@ -5,7 +5,9 @@ on:
5
branches:
6
- main
7
8
- push
+ push:
9
+ branches:
10
+ - "**"
11
12
jobs:
13
build:
0 commit comments