diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 63ad8d6..64463ef 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -3,8 +3,6 @@ name: Package exe with PyInstaller - Windows on: push: branches: [ main ] - pull_request: - branches: [ main ] jobs: build: diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b1e8c9e..6deba93 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -2,6 +2,7 @@ name: Linting and testing on: push: + branches: [ main ] pull_request: branches: [ main ] types: [opened, synchronize, reopened]