From debcf21ea99c66fdbc37cebcce86f13008e323d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 6 May 2022 15:11:45 +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 c627e35d28..0b1106c7be 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