Only generate Windows binaries when releases are created

This commit is contained in:
2024-08-23 19:37:34 -05:00
committed by GitHub
parent af6d6e1525
commit 18873cec6f

View File

@@ -3,6 +3,7 @@ name: Create Executable (Windows)
on:
workflow_dispatch:
release:
- types: [created]
jobs:
pyinstaller-build: