From: Tim Düsterhus Date: Thu, 7 Apr 2022 07:33:18 +0000 (+0200) Subject: Remove the codestyle workflow from branches that are not master X-Git-Tag: 5.5.0_Beta_1~3^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0c32d5cad7293948121656d90dd8ebb58d79f9af;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Remove the codestyle workflow from branches that are not master --- 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: