From df309ac6c3c61c5a0f13121c45ffb5e9428526bd Mon Sep 17 00:00:00 2001 From: Micah Kendall Date: Sat, 30 Dec 2023 04:29:41 +1100 Subject: [PATCH] move file into folder, change term color,name --- .github/{ => workflows}/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename .github/{ => workflows}/ci.yml (88%) diff --git a/.github/ci.yml b/.github/workflows/ci.yml similarity index 88% rename from .github/ci.yml rename to .github/workflows/ci.yml index b6353db..fc9519d 100644 --- a/.github/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,12 @@ -name: Cargo Build & Test +name: Rust on: push: + branches: [ "main" ] pull_request: + branches: [ "main" ] -env: +env: CARGO_TERM_COLOR: always jobs: