Skip to content

Commit cfea1a5

Browse files
committed
Migrate from master to main branch
- Update GitHub Actions workflow to use main branch - Update CONTRIBUTING.md to reference main branch - Align with modern Git and GitHub conventions
1 parent e1be506 commit cfea1a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, master ]
7+
branches: [ main ]
88

99
jobs:
1010
test:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ When reporting bugs or requesting features:
140140
## Pull Request Process
141141

142142
1. **Fork the repository**
143-
2. **Create a feature branch** from `master`
143+
2. **Create a feature branch** from `main`
144144
3. **Make your changes**
145145
4. **Add tests** for new functionality
146146
5. **Update documentation** if needed

0 commit comments

Comments
 (0)