Commit 97af5224 authored by tom's avatar tom

[skip ci] refine tag push trigger for pre-release workflow

parent 057f4d1f
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: tags:
- 'v**' - 'v[0-9]+.[0-9]+.[0-9]+-[a-z]+' # e.g v1.2.3-alpha
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} # Release-refs/tags/v1.0.0 group: ${{ github.workflow }}-${{ github.ref }} # Release-refs/tags/v1.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment