From 6b321427258ae7c40237cd850fab3e76d371a174 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 31 Mar 2021 16:24:33 +1100 Subject: [PATCH] run on pull request --- .github/workflows/coverage.yaml | 6 +----- .github/workflows/style.yaml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 6ae8d1d6fd..0791906feb 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -2,11 +2,7 @@ name: Code Coverage -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] +on: ["push", "pull_request"] jobs: diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 8fa2b39bc8..1994e5d703 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -1,6 +1,6 @@ name: Style Checks -on: push +on: ["push", "pull_request"] jobs: pep: