Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Jun 10, 2023
1 parent fa5a528 commit b8c1376
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Rust-Binary-Build
on:
push:
branches: [ "main", "release" ]
tags: v*
tags:
- v*
- release/*
env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit b8c1376

Please sign in to comment.