Skip to content

Commit

Permalink
Merge pull request #110 from szarnyasg/track-branch-rename
Browse files Browse the repository at this point in the history
Track renaming default branch in CI config/issue template
  • Loading branch information
Mytherin authored Oct 5, 2023
2 parents 844f465 + a921e50 commit d1e1ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ body:
- type: checkboxes
attributes:
label: Have you tried this on the latest `master` branch?
label: Have you tried this on the latest `main` branch?
description: |
* **Python**: `pip install duckdb --upgrade --pre`
* **R**: `install.packages('duckdb', repos=c('https://duckdb.r-universe.dev', 'https://cloud.r-project.org'))`
Expand Down
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 d1e1ab2

Please sign in to comment.