mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Only generate Windows binaries when releases are created
This commit is contained in:
1
.github/workflows/pyinstaller.yml
vendored
1
.github/workflows/pyinstaller.yml
vendored
@@ -3,6 +3,7 @@ name: Create Executable (Windows)
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
- types: [created]
|
||||
|
||||
jobs:
|
||||
pyinstaller-build:
|
||||
|
||||
Reference in New Issue
Block a user