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