From 745ab8c8b30ee17eb4381fea7745df697f66dc54 Mon Sep 17 00:00:00 2001 From: "Dr. Mia von Steinkirch" <1130416+bt3gl@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:07:39 -0700 Subject: [PATCH] Update pystyle.yml --- .github/workflows/pystyle.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pystyle.yml b/.github/workflows/pystyle.yml index d8676a4..ca61e7d 100644 --- a/.github/workflows/pystyle.yml +++ b/.github/workflows/pystyle.yml @@ -1,8 +1,14 @@ - -name: PyStyle +name: Pystyle -on: [pull_request, issues] +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] jobs: - - name: Python Style Checker - uses: andymckay/pycodestyle-action@0.1.3 + build: + runs-on: ubuntu-latest + steps: + - name: Python Style Checker + uses: andymckay/pycodestyle-action@0.1.3