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