From 03b2593dc6e9f7925c0724590aa6adcfa1f72561 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 25 Jun 2024 10:35:26 +0200 Subject: [PATCH] Enable the static analysis CI workflow for the 3.x branch --- .github/workflows/static-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 016959040..2fe338076 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -3,7 +3,7 @@ name: Code style and composer validate on: pull_request: push: - branches: [ master, 2.x ] + branches: [ master, 2.x, 3.x ] jobs: composer-validate: