Fix release version patterns
This commit is contained in:
parent
4213f5cae6
commit
7929527ea4
|
@ -5,8 +5,7 @@ on:
|
|||
push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z0-9]+.[0-9]+)?"
|
||||
tags: [ "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*" ]
|
||||
workflow_dispatch:
|
||||
repository_dispatch:
|
||||
types: [ webhook ]
|
||||
|
|
Loading…
Reference in New Issue