Browse Source

Polish tag filter

pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
446970a464
  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.1.[0-9]+
- v3.2.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:

Loading…
Cancel
Save