Skip to content

fix: Correct branch references from main to master#142

Merged
lykinsbd merged 1 commit intomasterfrom
fix/branch-name-references
Mar 15, 2026
Merged

fix: Correct branch references from main to master#142
lykinsbd merged 1 commit intomasterfrom
fix/branch-name-references

Conversation

@lykinsbd
Copy link
Collaborator

Problem

The default branch is master, but several files referenced main, causing:

  • Docs deployment (.github/workflows/docs.yml) never triggers — branch filter was [main]
  • Coverage badge push (.github/workflows/test.yml) never fires — condition checked ref_name == 'main'
  • Contributing docs directed contributors to branch from/PR against main
  • Badge URLs pointed to .badges/main/ path (should be .badges/master/)

Changes

File Fix
CONTRIBUTING.md Branch instructions: mainmaster
docs/contributing.md Branch instructions: mainmaster
docs/index.md Coverage badge URL + LICENSE link
README.md Coverage badge URL
.github/workflows/test.yml git-token condition
.github/workflows/docs.yml Branch trigger

Related

Issue #52 tracks the future rename from master to main. That issue will be reopened with a checklist of what needs updating when the rename happens.

The default branch is still master, but several files referenced main,
causing docs deployment and coverage badge pushing to silently fail.

Fixed references in:
- CONTRIBUTING.md: branch instructions
- docs/contributing.md: branch instructions
- docs/index.md: coverage badge URL, LICENSE link
- README.md: coverage badge URL
- .github/workflows/test.yml: git-token condition
- .github/workflows/docs.yml: branch trigger
@lykinsbd lykinsbd merged commit a643619 into master Mar 15, 2026
4 checks passed
@lykinsbd lykinsbd deleted the fix/branch-name-references branch March 15, 2026 01:30
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.

1 participant