From 5d124ae378f27108568514f2768d6091c8288ba5 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 23 Aug 2024 20:07:17 -0500 Subject: [PATCH] trying again --- .github/workflows/pyinstaller.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b3833bf..b3258c8 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -3,7 +3,8 @@ name: Create Executables on: workflow_dispatch: release: - - types: [created] + types: + - created push: branches: - github-actions