add vercel config file: turn off autodeploy on master (#5490)

This commit is contained in:
mfahampshire
2025-02-19 11:03:04 +00:00
committed by GitHub
parent ecb15034d3
commit 5f2740bf66
+7
View File
@@ -0,0 +1,7 @@
{
"git": {
"deploymentEnabled": {
"master": false
}
}
}