From 60b777417f40d44ef97b9bff2d547c530cf1ed1f Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Wed, 12 Nov 2025 16:58:34 +0100 Subject: [PATCH] Update CI configuration to trigger on all version branches --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ab038c..f00ae50f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: 📁 PHP CI & Docker Build on: push: - branches: [main] + branches: ['*.x'] tags: ['*'] pull_request: ~ workflow_dispatch: ~