From 251ba4acce632342c77399f82d0ba78300913e54 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Tue, 2 Dec 2025 02:00:02 +0100 Subject: [PATCH] rename default branch to `main` --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9810eee..65c183d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - "**" @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@master + uses: actions/checkout@main - name: Install Rust stable run: | @@ -45,7 +45,7 @@ jobs: test_flags: --skip buildtest --skip integration --skip run_binary_with_same_name_as_file steps: - name: Checkout the source code - uses: actions/checkout@master + uses: actions/checkout@main - name: Install Rust stable run: |