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: