From de69c3c9210ea5f1ecd9cea4d57b008a70c2f2cb Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 10 Dec 2019 16:25:45 +0000 Subject: [PATCH] DEV: Use push trigger for github actions, but ignore tests-passed The pull_request trigger causes the rubocop annotations to fail --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936e8ec6ff..932d0d687e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,8 @@ name: CI on: push: - branches: - - master - pull_request: - branches: - - master + branches-ignore: + - 'tests-passed' jobs: build: