aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-02-03 05:17:29 +0100
committerDario Nieuwenhuis <[email protected]>2021-02-03 05:17:29 +0100
commit803162f11b4c8200ce1d39b5a4588a163f1b439a (patch)
tree2252b46bd43ba0eaad41d0621eb85a1063d1a065 /.github/workflows
parent10cd5bddc91280009d6951e34a67b1a01c7e2166 (diff)
Actually add Ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a0eefd3a9..f349f50ad 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -2,9 +2,9 @@ name: Rust
2 2
3on: 3on:
4 push: 4 push:
5 branches: [master] 5 branches: [main]
6 pull_request: 6 pull_request:
7 branches: [master] 7 branches: [main]
8 8
9env: 9env:
10 CARGO_TERM_COLOR: always 10 CARGO_TERM_COLOR: always