From 8d8e429e1f4b03377170023d4bfd8fd928aaf480 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 7 Apr 2022 09:34:42 +0200 Subject: [PATCH] Remove the codestyle workflow from branches that are not master --- .github/workflows/codestyle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 685ba94..2d42f59 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -3,7 +3,6 @@ name: Code Style on: push: branches: - - "5.4" - master pull_request: -- 2.20.1