chore(CI): fix Trailing spaces (#3481)
This commit is contained in:
parent
ab5933effa
commit
11bbabc2ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: core-build
|
name: core-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**' # matches every branch
|
- '**' # matches every branch
|
||||||
- '!coverity_scan' # excludes coverity_scan
|
- '!coverity_scan' # excludes coverity_scan
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue