Globs 0 or more of any char, not 1 or more of the preceding char (#72)

This commit is contained in:
Nate Brown 2022-10-03 16:03:49 -05:00 committed by GitHub
parent b29661abff
commit dabca6dd32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on:
push:
tags:
# Only builds for tags with a meaningless build number suffix: v1.0.0-1
- 'v[0-9]+.[0-9]+.[0-9]+-+'
- 'v[0-9]+.[0-9]+.[0-9]+-*'
jobs:
build: