Actually match the tag naming conventions (#6393)

Wasn't matching on release candidates, nor any of the previous special tags convention.
This commit is contained in:
Michael Bell 2022-10-06 22:08:36 +01:00 committed by GitHub
parent ac1edc7675
commit 284e110f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
- master
tags:
- v[1-9]+.[0-9]+.[0-9]+
- v[1-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+
- v[1-9]+.[0-9]+.[0-9]+-[a-zA-Z]+.[0-9]+
- v[1-9]+.[0-9]+-[0-9a-zA-Z]+
pull_request:
branches: