Skip to content

Commit aacc5d8

Browse files
authored
Merge pull request #107 from codeacme17/dev
ci: limit Vercel deployments to main and dev
2 parents 470017a + 3e8f255 commit aacc5d8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

vercel.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"buildCommand": "pnpm build:docs",
33
"installCommand": "pnpm install --frozen-lockfile",
4-
"outputDirectory": "docs/out"
4+
"outputDirectory": "docs/out",
5+
"git": {
6+
"deploymentEnabled": {
7+
"*": false,
8+
"main": true,
9+
"dev": true
10+
}
11+
}
512
}

0 commit comments

Comments
 (0)