chore(ci): fixed a regexp in winbuild workflow

This commit is contained in:
Fabien LOISON 2024-01-08 11:18:51 +01:00
parent dbfc65e7e3
commit 02045ca5fe
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,11 @@ name: "Windows Standalone Build"
on:
push:
tags: "v[0-9]+.[0-9]+.[0-9]+"
branches: master
tags:
- "v[0-9]+\\.[0-9]+\\.[0-9]+"
- "v[0-9]+\\.[0-9]+\\.[0-9]+-[0-9]+"
branches:
- master
jobs: