Fix tag regex on build action
This commit is contained in:
parent
bf43bb15ad
commit
4621008ada
|
@ -11,7 +11,7 @@ on:
|
||||||
# branches:
|
# branches:
|
||||||
# - 'main'
|
# - 'main'
|
||||||
tags:
|
tags:
|
||||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
- "[0-9]+.[0-9]+.[0-9]+"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [ webhook ]
|
types: [ webhook ]
|
||||||
|
|
Loading…
Reference in New Issue