Actually match the tag naming conventions

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:02:24 +01:00 committed by GitHub
parent ac1edc7675
commit a8f4e4efd1
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: