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

@@ -1,6 +1,5 @@
name: check-codestyle name: check-codestyle
on: on:
push:
pull_request: pull_request:
jobs: jobs:

View File

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

View File

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

View File

@@ -1,3 +1,4 @@
name: "Issue Labeler"
on: on:
issues: issues:
types: [opened] types: [opened]

View File

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

View File

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