Update release.yml
Filter for normal version tags (e.g. v.5.6.7 but not v5.6.7-dev)
This commit is contained in:
committed by
GitHub
parent
84664fc2ca
commit
0838f1296b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
- "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
name: Create Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user