Globs 0 or more of any char, not 1 or more of the preceding char (#72)
This commit is contained in:
parent
b29661abff
commit
dabca6dd32
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue