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
on: on:
push: push:
tags: tags:
- v3.1.[0-9]+ - v3.2.[0-9]+
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:

Loading…
Cancel
Save