Limit release trigger to 0.* tags

This commit is contained in:
Eric Huss 2024-12-15 14:27:45 -08:00
parent 769f622e12
commit f18cbda5ab

View File

@ -6,7 +6,7 @@ name: Release
on:
push:
tags:
- "**"
- "0.*"
# Prevent multiple releases from starting at the same time.
concurrency: