From fc4ef686650fead5db7acaa206372ec25b9d4842 Mon Sep 17 00:00:00 2001 From: Evorp <75297863+3vorp@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:08:10 -0800 Subject: [PATCH] take 3 --- .github/workflows/autozip-pack.yml | 3 +++ 1 file changed, 3 insertions(+) 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"