From 63d3ceade3147c3971edb593bd4ec5844ee6544f Mon Sep 17 00:00:00 2001 From: Xiao_Jin <34389622+jinzhijie@users.noreply.github.com> Date: Wed, 25 Mar 2020 08:19:23 +0800 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: