From a9cd742da71d5b4b55e4fd57be611e1a3243f8f2 Mon Sep 17 00:00:00 2001 From: Lilly Guo Date: Tue, 16 Apr 2024 00:23:24 +0300 Subject: [PATCH] gh workflow --- .github/workflows/gh-actions.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-actions.yaml b/.github/workflows/gh-actions.yaml index 28554d4..cbbe471 100644 --- a/.github/workflows/gh-actions.yaml +++ b/.github/workflows/gh-actions.yaml @@ -3,9 +3,10 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: push: - branches: [ $default-branch ] + branches: [ "main" ] pull_request: - branches: [ $default-branch ] + branches: [ "main" ] + env: CARGO_TERM_COLOR: always