From 1f759c2868fee59824def38c2946077fa29557c3 Mon Sep 17 00:00:00 2001 From: j5155 <54331556+j5155@users.noreply.github.com> Date: Sun, 19 May 2024 19:13:12 -0800 Subject: [PATCH] trigger on release --- .github/workflows/pyinstaller.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index e443adb..ccfd29e 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -2,6 +2,8 @@ on: push: branches: - main + release: + types: [published] jobs: pyinstaller-build-mac: