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:
Gabor Kiss-Vamosi
2021-07-16 17:51:39 +02:00
committed by GitHub
parent 84664fc2ca
commit 0838f1296b

View File

@@ -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