From 9bfca3629e57e8a236e39f58191c02a671a6da08 Mon Sep 17 00:00:00 2001 From: Dave Grantham Date: Mon, 17 Aug 2026 19:06:23 -0600 Subject: [PATCH] fix branch Signed-off-by: Dave Grantham --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 885ef18..d090955 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] env: CARGO_TERM_COLOR: always @@ -47,4 +47,4 @@ jobs: uses: dtolnay/rust-toolchain@1.85.0 - name: Check - run: cargo check --all-features \ No newline at end of file + run: cargo check --all-features