summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:57:02 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-09-20 18:57:02 +0200
commit25e755e74fa2eec4c6502d9083696d5c1cd63451 (patch)
treea0b28f5abae140a365ded74b95e6f2c7ffeb2b95 /.github
parent990aa84822a590a09ac701c4b114b0fe899d618e (diff)
run ci on tags
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml4
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