From 9025a5249f31eedd10f33915103e6cefda706a7d Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Thu, 25 Jun 2026 09:47:33 +0200 Subject: [PATCH] Fix(Build): handle bugfixes version --- .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"