Skip to content

Update default branch references from master to main#3

Merged
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:update-master-to-main
Aug 18, 2025
Merged

Update default branch references from master to main#3
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:update-master-to-main

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown

Summary

  • Updated all references from "master" branch to "main" branch throughout the repository to follow modern Git conventions

Changes

This PR updates branch references to align with GitHub's default branch naming:

GitHub Actions Workflows

  • Tests.yml: Updated trigger branches from master to main
  • Docs.yml: Updated trigger branch from master to main
  • Downgrade.yml: Updated trigger branches from master to main
  • FormatCheck.yml: Updated trigger branches from master to main

Documentation

  • docs/make.jl: Updated edit_link and devbranch from master to main

README

  • Updated codecov badge URL to reference main branch instead of master

Rationale

GitHub now uses "main" as the default branch name for new repositories. This change brings SparseBandedMatrices.jl in line with modern conventions and GitHub's defaults.

Test plan

  • All workflow files correctly reference main branch
  • Documentation configuration uses main branch
  • README badges point to main branch
  • Workflows trigger correctly after merge to main branch

🤖 Generated with Claude Code

This PR updates all references to the default branch from "master" to "main" to follow modern Git conventions and GitHub's default settings.

Changes:
- Update GitHub Actions workflows to trigger on main branch
- Update Documenter.jl configuration to use main as devbranch
- Update README badge URLs to reference main branch
- Update documentation edit links to point to main branch

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas merged commit 2bfd8a2 into SciML:main Aug 18, 2025
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants