Update core_codestyle.yml
Update to only process changes from master branch. Thanks @Meltie2013
This commit is contained in:
parent
5b309daade
commit
68b75d7dc4
2
.github/workflows/core_codestyle.yml
vendored
2
.github/workflows/core_codestyle.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: Codestyle Checks
|
name: Codestyle Checks
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-codestyle:
|
check-codestyle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user