[CI] only run on master pushes and all PRs
This commit is contained in:
parent
a1596e4dad
commit
13c4719912
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_test.yml
vendored
6
.github/workflows/build_test.yml
vendored
|
@ -2,11 +2,11 @@ name: Build and Test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "no-ci-*"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
checkSource:
|
||||
|
|
Loading…
Reference in a new issue