From f7341200bc8be6a93d4884bd95d7b62b0d10bf6b Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:55:46 +0200 Subject: [PATCH] Test pyinstaller on dev branch (#1233) * Specified pyinstaller version * Switch to new branch of pyinstaller GH action * Changed dir for pyinstaller * Added branch for pyinstaller workflow --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: