Merge pull request #4338 from mathisloge/fix/ci-run
[CI] only run on master pushes and all PRs
This commit is contained in:
commit
019af0ad1d
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- "no-ci-*"
|
- "no-ci-*"
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkSource:
|
checkSource:
|
||||||
|
|
Loading…
Reference in a new issue