Correct the global pattern for matching 3.4.x tags

This commit is contained in:
Andy Wilkinson
2024-07-17 09:36:52 +01:00
parent d26ce6cb52
commit 369cfc4c4c

View File

@@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v3.3.[0-9]+
- v3.4.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs: