From 21ad9c7e7e9dd60c5580b7fa6859d3d05fcf4d9a Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 23 Aug 2024 20:03:15 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b42d380..b3833bf 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,9 +1,12 @@ -name: Create Executable +name: Create Executables on: workflow_dispatch: release: - types: [created] + push: + branches: + - github-actions jobs: pyinstaller-build: