aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d51f1af..67f18c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,10 +1,10 @@
-name: Rust
+name: CI
on:
push:
- branches: [ $default-branch ]
+ branches: [ "master" ]
pull_request:
- branches: [ $default-branch ]
+ branches: [ "master" ]
env:
CARGO_TERM_COLOR: always