Fix tag regex on build action

This commit is contained in:
Matteo Paonessa 2024-05-18 14:38:22 +02:00
parent bf43bb15ad
commit 4621008ada
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]