Skip to content

Commit 350fb36

Browse files
committed
replace usages of main branch
1 parent af5e95a commit 350fb36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is a great boon to your development process.
88

99
To get ready to work on the codebase, please do the following:
1010

11-
1. Fork & clone the repository, and make sure you're on the **main** branch
11+
1. Fork & clone the repository, and make sure you're on the **master** branch
1212
2. Run `pnpm install --frozen-lockfile`
1313
3. Code!
1414
4. Run `node --run check`, `node --run typecheck` and `node --run test`

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [main]
4+
branches: [master]
55
pull_request:
6-
branches: [main]
6+
branches: [master]
77
jobs:
88
biome:
99
name: Biome

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
6-
"defaultBranch": "main",
6+
"defaultBranch": "master",
77
"useIgnoreFile": true
88
},
99
"formatter": {

0 commit comments

Comments
 (0)