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"