diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 75d69951..f6c9aa20 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -2,7 +2,7 @@ name: Package exe with PyInstaller - Windows on: push: - branches: [ main ] + branches: [ main, dev ] jobs: build: