From dac6901d64b32199c7a8959abc536307ffa8dc53 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 1 Sep 2024 22:17:04 +0100 Subject: [PATCH] chore: flake ci --- .github/workflows/ci_flake.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_flake.yml b/.github/workflows/ci_flake.yml index 26e186ae..abf7a57e 100644 --- a/.github/workflows/ci_flake.yml +++ b/.github/workflows/ci_flake.yml @@ -1,7 +1,14 @@ -on: [push, pull_request] - name: CI +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +env: + CARGO_TERM_COLOR: always + jobs: self-care: name: Flake self-check