From b16f85de659e8a5a17e3e59e250cd85ae83e95e3 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 31 Mar 2021 12:41:39 +1100 Subject: [PATCH] Update style worfdlow --- .github/workflows/style.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 8fa2b39bc8..8dbb76c4a5 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -1,9 +1,13 @@ name: Style Checks -on: push +on: + push: + branches: [ $default-branch ] + pull_request: + branches: [ $default-branch ] jobs: - pep: + style: runs-on: ubuntu-latest strategy: