Skip to content

Commit

Permalink
Merge pull request #17 from szarnyasg/track-branch-rename
Browse files Browse the repository at this point in the history
Rename default branch of duckdb/duckdb in CI configuration
  • Loading branch information
samansmink authored Oct 6, 2023
2 parents f40053f + 2018f34 commit 4f41a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f41a85

Please sign in to comment.