Skip to content

Commit

Permalink
Update vercel.json to disable auto deployment to vercel on master
Browse files Browse the repository at this point in the history
  • Loading branch information
axelburks authored Mar 19, 2024
1 parent a973154 commit c156a52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"framework": null,
"github": { "silent": true },
"routes": [{ "src": "/.*", "dest": "/api/vercel.js" }]
"routes": [{ "src": "/.*", "dest": "/api/vercel.js" }],
"git": {
"deploymentEnabled": {
"master": false
}
}
}

0 comments on commit c156a52

Please sign in to comment.