Skip to content

Commit 0f3001f

Browse files
authored
Merge pull request #6424 from NomicFoundation/vercel-json
chore: disable vercel deployments on v-next
2 parents 942d9af + 396a31b commit 0f3001f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check-changeset-added.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
- v-next
1011
types:
1112
- opened
1213
- synchronize

vercel.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"git": {
3+
"deploymentEnabled": false
4+
}
5+
}

0 commit comments

Comments
 (0)