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