From 2018f341bfb0723a1b49c7f429c02aae04794854 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Tue, 3 Oct 2023 03:55:35 +0200 Subject: [PATCH] Rename default branch of duckdb/duckdb in CI configuration --- .github/workflows/MacOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index f2d228d..0372fdf 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -44,7 +44,7 @@ jobs: uses: hendrikmuhs/ccache-action@main with: key: ${{ github.job }}-${{ matrix.duckdb_version }} - save: ${{ github.ref == 'refs/heads/master' || github.repository != 'duckdb/duckdb' }} + save: ${{ github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb' }} - uses: actions/setup-python@v2 with: