Skip to content

Commit

Permalink
run ci on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntrojan committed Sep 20, 2023
1 parent 990aa84 commit 25e755e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Rust
on:
push:
branches: ["master"]
tags:
- "*"
pull_request:
branches: ["master"]
tags:
- "*"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 25e755e

Please sign in to comment.