diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index cca6bd3..b06af90 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -2,9 +2,9 @@ name: Package Application with Pyinstaller on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: