DEV: Use push trigger for github actions, but ignore tests-passed

The pull_request trigger causes the rubocop annotations to fail
This commit is contained in:
David Taylor 2019-12-10 16:25:45 +00:00
parent 287ba20f3b
commit de69c3c921
1 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,8 @@ name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
branches-ignore:
- 'tests-passed'
jobs:
build: