We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40a6eb commit d2d8eefCopy full SHA for d2d8eef
1 file changed
.github/workflows/autozip-pack.yml
@@ -1,9 +1,11 @@
1
name: Autozip Pack
2
on:
3
push:
4
+ branches:
5
+ - "**"
6
branches-ignore:
- - "main"
- - "master"
7
+ - "main"
8
+ - "master"
9
10
jobs:
11
build:
0 commit comments