Skip to content

Commit 6457105

Browse files
committed
chore(repo): switch default branch references to main
1 parent 30e2682 commit 6457105

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: [master, main]
5+
branches: [main]
66
pull_request:
7-
branches: [master, main]
7+
branches: [main]
88

99
# Default to least privilege (I1). Jobs that need more (e.g.,
1010
# writing to the repo) must override at job scope. CI is read-only

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git commit -m "Release v0.2.0"
1818

1919
# 3. Create and push tag
2020
git tag v0.2.0
21-
git push origin master
21+
git push origin main
2222
git push origin v0.2.0
2323
```
2424

0 commit comments

Comments
 (0)