From 6e38bd9fb0ea50175d6406f608ae290cad48cdbe Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Fri, 19 Sep 2025 10:07:27 +0200 Subject: [PATCH] Feat(CI): prepare CI for GLPI 11 release --- .github/workflows/auto-tag-new-version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-tag-new-version.yml b/.github/workflows/auto-tag-new-version.yml index 0e0de16d..1fa94344 100644 --- a/.github/workflows/auto-tag-new-version.yml +++ b/.github/workflows/auto-tag-new-version.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" + - "**/bugfixes" paths: - "setup.php"