From 968cc2055aab3dead576bb401d9eec18093be901 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Fri, 19 Sep 2025 10:05:42 +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 0e0de16..1fa9434 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"