From a2fa097cfc4f575eafa2f40d491422ae57945ac8 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 12 Oct 2025 18:27:57 -0400 Subject: [PATCH] Workflow fix --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 152abea..772f488 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -2,9 +2,9 @@ name: Rust CI on: push: - branches: [ "v0.2" ] + branches: [ "main" ] pull_request: - branches: [ "v0.2" ] + branches: [ "main" ] jobs: build: @@ -25,7 +25,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Rust 1.90.0 uses: actions-rs/toolchain@v1