We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bf47d commit 286d109Copy full SHA for 286d109
.github/workflows/ci.yml
@@ -6,13 +6,13 @@ concurrency:
6
7
on:
8
push:
9
- branches: [ v0-2 ]
+ branches: [ main ]
10
pull_request:
11
types: [ opened, closed, synchronize ]
12
workflow_dispatch:
13
14
env:
15
- DEFAULT_BRANCH: v0-2
+ DEFAULT_BRANCH: main
16
node_version: 24
17
pnpm_version: 10.28.2
18
VERCEL_TELEMETRY_DISABLED: 1
CONTRIBUTING.md
@@ -1,3 +1,3 @@
1
# Contributing
2
3
-**NOTE:** In this repository, `v0-2` branch is the default branch.
+**NOTE:** In this repository, `main` branch is the default branch.
0 commit comments