Fix release version patterns

This commit is contained in:
Matteo Paonessa 2025-03-02 20:37:33 +01:00
parent 4213f5cae6
commit 7929527ea4
1 changed files with 1 additions and 2 deletions

View File

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