Skip to content

Commit

Permalink
feat: add vercel.json to disable auto deploy on master (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Aug 25, 2023
1 parent 94b56e9 commit 7a83ec6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"git": {
"deploymentEnabled": {
"master": false
}
}
}

0 comments on commit 7a83ec6

Please sign in to comment.