Skip to content

Commit 6a670ca

Browse files
committed
ci: add patterns for milestones and release candidates
1 parent 4fd2a2b commit 6a670ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+-M[0-9]+"
8+
- "v[0-9]+.[0-9]+.[0-9]+-RC[0-9]+"
79

810
env:
911
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)