validate version tags (#308)

so non-semver tags don't trigger a deployment that will fail.

It's not a normal regexp syntax. Dots `.` will only match dots and not any characters.
This commit is contained in:
Robin C. Ladiges 2022-09-27 16:04:05 +02:00 committed by GitHub
parent a814c0306a
commit 10571b77b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- master
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- master