Skip to content

Commit 286d109

Browse files
committed
feat: update default branch to 'main'
1 parent 11bf47d commit 286d109

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
@@ -6,13 +6,13 @@ concurrency:
66

77
on:
88
push:
9-
branches: [ v0-2 ]
9+
branches: [ main ]
1010
pull_request:
1111
types: [ opened, closed, synchronize ]
1212
workflow_dispatch:
1313

1414
env:
15-
DEFAULT_BRANCH: v0-2
15+
DEFAULT_BRANCH: main
1616
node_version: 24
1717
pnpm_version: 10.28.2
1818
VERCEL_TELEMETRY_DISABLED: 1

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing
22

3-
**NOTE:** In this repository, `v0-2` branch is the default branch.
3+
**NOTE:** In this repository, `main` branch is the default branch.

0 commit comments

Comments
 (0)