We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ca45c commit fc4ef68Copy full SHA for fc4ef68
1 file changed
.github/workflows/autozip-pack.yml
@@ -2,6 +2,9 @@ name: Autozip Pack
2
on:
3
push:
4
branches:
5
+ # https://stackoverflow.com/a/57903434/20327257
6
+ - "*"
7
+ - "*/*"
8
- "**"
9
- "!main"
10
- "!master"
0 commit comments