diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-20 18:57:02 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-09-20 18:57:02 +0200 |
| commit | 25e755e74fa2eec4c6502d9083696d5c1cd63451 (patch) | |
| tree | a0b28f5abae140a365ded74b95e6f2c7ffeb2b95 /.github/workflows/rust.yml | |
| parent | 990aa84822a590a09ac701c4b114b0fe899d618e (diff) | |
run ci on tags
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a17cc10..c9f08ac 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,8 +3,12 @@ name: Rust on: push: branches: ["master"] + tags: + - "*" pull_request: branches: ["master"] + tags: + - "*" env: CARGO_TERM_COLOR: always |
