From 5f2740bf668102a07f8480434102e866f7d4c52a Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 19 Feb 2025 11:03:04 +0000 Subject: [PATCH] add vercel config file: turn off autodeploy on master (#5490) --- documentation/docs/vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 documentation/docs/vercel.json diff --git a/documentation/docs/vercel.json b/documentation/docs/vercel.json new file mode 100644 index 0000000000..ccbd4d0782 --- /dev/null +++ b/documentation/docs/vercel.json @@ -0,0 +1,7 @@ +{ + "git": { + "deploymentEnabled": { + "master": false + } + } +}