Browse Source

Correct the global pattern for matching 3.4.x tags

pull/41553/head
Andy Wilkinson 1 year ago
parent
commit
369cfc4c4c
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

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

Loading…
Cancel
Save