diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 92d6407..ef4f7cd 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,13 +1,11 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: Pyinstaller on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: build: