From c39ec25cfd4c968c7ba3427617c3ec572825c2be Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 12 Oct 2025 17:03:02 -0400 Subject: [PATCH] Workflow changes --- .github/workflows/rust-ubuntu-latest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-ubuntu-latest.yml b/.github/workflows/rust-ubuntu-latest.yml index 8c99a9c..dc34b51 100644 --- a/.github/workflows/rust-ubuntu-latest.yml +++ b/.github/workflows/rust-ubuntu-latest.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master", "icarus_v2_support" ] + branches: [ "main" ] env: CARGO_TERM_COLOR: always @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Rust version run: rustup install 1.90.0 && rustup default 1.90.0