mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
|
- types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pyinstaller-build:
|
pyinstaller-build:
|
||||||
|
|||||||
Reference in New Issue
Block a user