From f5a38745420ce5959c34586b08aa7ab187317f64 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 12:33:25 +0100 Subject: [PATCH] ci(gh/rust): editing the main branch to be main --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 19febd7..b92e74c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] env: CARGO_TERM_COLOR: always