From 24fb17dd64283db79a297991c6f013c150326485 Mon Sep 17 00:00:00 2001 From: Paul Goulart Date: Sun, 2 Feb 2025 18:31:28 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af233bca..faf5eb91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ name: ci on: workflow_dispatch: push: - branches: [ "main" ] + branches: ["main"] pull_request: - branches: [ "main", "develop" ] + branches: ["main", "develop"] env: CARGO_TERM_COLOR: always