From dd1c779b2c77a1f6aa89ac1206bdb233589d965e Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Wed, 15 Feb 2023 09:26:11 +0100 Subject: [PATCH] wip --- .github/workflows/coding-standards.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 4fd3acb..91c6fcd 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -2,7 +2,9 @@ name: Fix code styling on: push: + branches: [main] pull_request: + branches: [main] jobs: compile: