From 68b75d7dc44453526ca43bc9568febc53df931d1 Mon Sep 17 00:00:00 2001 From: Antz Date: Sat, 6 Mar 2021 23:53:14 +0000 Subject: [PATCH] Update core_codestyle.yml Update to only process changes from master branch. Thanks @Meltie2013 --- .github/workflows/core_codestyle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core_codestyle.yml b/.github/workflows/core_codestyle.yml index 9408cca3..15641ee5 100644 --- a/.github/workflows/core_codestyle.yml +++ b/.github/workflows/core_codestyle.yml @@ -1,7 +1,9 @@ name: Codestyle Checks on: push: + branches: [ master ] pull_request: + branches: [ master ] jobs: check-codestyle: