mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Limit release trigger to 0.* tags
This commit is contained in:
parent
769f622e12
commit
f18cbda5ab
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "**"
|
||||
- "0.*"
|
||||
|
||||
# Prevent multiple releases from starting at the same time.
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user