diff --git a/.github/workflows/autozip-pack.yml b/.github/workflows/autozip-pack.yml index b5b0d8d15..5433d4d09 100644 --- a/.github/workflows/autozip-pack.yml +++ b/.github/workflows/autozip-pack.yml @@ -2,6 +2,9 @@ name: Autozip Pack on: push: branches: + # https://stackoverflow.com/a/57903434/20327257 + - "*" + - "*/*" - "**" - "!main" - "!master"