Skip to content

Commit

Permalink
Limit release trigger to 0.* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 15, 2024
1 parent 769f622 commit f18cbda
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 @@ -6,7 +6,7 @@ name: Release
on:
push:
tags:
- "**"
- "0.*"

# Prevent multiple releases from starting at the same time.
concurrency:
Expand Down

0 comments on commit f18cbda

Please sign in to comment.