diff --git a/.github/workflows/release-tag-version.yml b/.github/workflows/release-tag-version.yml index edf7ea1270..242e14c8b4 100644 --- a/.github/workflows/release-tag-version.yml +++ b/.github/workflows/release-tag-version.yml @@ -6,6 +6,8 @@ on: - "v1.*" - "!v1*-rc*" - "!v1*-dev" + branches: + - "release/v1.22*" concurrency: group: ${{ github.workflow }}-${{ github.ref }}