mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-06 03:06:04 +00:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
# Only builds for tags with a meaningless build number suffix: v1.0.0-1
|
# 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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue