From 18873cec6fb5843a00c900a1147a30b2e269f5a0 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 23 Aug 2024 19:37:34 -0500 Subject: [PATCH] Only generate Windows binaries when releases are created --- .github/workflows/pyinstaller.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index e71574f..1d29456 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -3,6 +3,7 @@ name: Create Executable (Windows) on: workflow_dispatch: release: + - types: [created] jobs: pyinstaller-build: