From 0c32d5cad7293948121656d90dd8ebb58d79f9af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 7 Apr 2022 09:33:18 +0200 Subject: [PATCH] Remove the codestyle workflow from branches that are not master --- .github/workflows/codestyle.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index f51d943..1ec1b48 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -3,9 +3,6 @@ name: Code Style on: push: branches: - - "5.2" - - "5.3" - - "5.4" - master pull_request: -- 2.20.1