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