Skip to content

Commit b8c1376

Browse files
committed
Update rust.yml
1 parent fa5a528 commit b8c1376

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Rust-Binary-Build
33
on:
44
push:
55
branches: [ "main", "release" ]
6-
tags: v*
6+
tags:
7+
- v*
8+
- release/*
79
env:
810
CARGO_TERM_COLOR: always
911

0 commit comments

Comments
 (0)