Skip to content

Commit

Permalink
dev: split release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed May 2, 2024
1 parent 9ee4bc6 commit 1b42795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-?[a-z0-9]*"
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-.*"

jobs:
build:
Expand Down

0 comments on commit 1b42795

Please sign in to comment.