mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "**"
|
- "0.*"
|
||||||
|
|
||||||
# Prevent multiple releases from starting at the same time.
|
# Prevent multiple releases from starting at the same time.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user