Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Filter for normal version tags (e.g. v.5.6.7 but not v5.6.7-dev)
  • Loading branch information
kisvegabor authored Jul 16, 2021
1 parent 84664fc commit 0838f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0838f12

Please sign in to comment.