From 369cfc4c4c0b2dd959ddd757eb6ae95ba71eb881 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jul 2024 09:36:52 +0100 Subject: [PATCH] Correct the global pattern for matching 3.4.x tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a68f690c38..41bf496bef3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v3.3.[0-9]+ + - v3.4.[0-9]+ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: