Update core_codestyle.yml

Update to only process changes from master branch. Thanks @Meltie2013
This commit is contained in:
Antz 2021-03-06 23:53:14 +00:00 committed by GitHub
parent 5b309daade
commit 68b75d7dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: Codestyle Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-codestyle: