fix(CI): change on: push to only run on master branch (#5591)

This commit is contained in:
Patrick Lewis
2021-05-02 05:09:42 -07:00
committed by GitHub
parent aee1351f12
commit b71a5b6f94
6 changed files with 5 additions and 9 deletions

View File

@@ -2,8 +2,7 @@ name: core-build
on:
push:
branches:
- '**' # matches every branch
- '!coverity_scan' # excludes coverity_scan
- 'master'
pull_request:
jobs: