Skip to content

Commit

Permalink
build: updated the release CI tag regex
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Montagnin <[email protected]>
  • Loading branch information
RiccardoM committed Oct 21, 2021
1 parent e54c047 commit aac13c3
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
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*" # 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

jobs:
release:
Expand Down

0 comments on commit aac13c3

Please sign in to comment.