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