We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5a528 commit b8c1376Copy full SHA for b8c1376
.github/workflows/rust.yml
@@ -3,7 +3,9 @@ name: Rust-Binary-Build
3
on:
4
push:
5
branches: [ "main", "release" ]
6
- tags: v*
+ tags:
7
+ - v*
8
+ - release/*
9
env:
10
CARGO_TERM_COLOR: always
11
0 commit comments