From c974492eab28c0f4e7548c66f5ddc57e7c778864 Mon Sep 17 00:00:00 2001 From: Paul Schweigert Date: Mon, 21 Mar 2022 19:33:11 -0400 Subject: [PATCH] only build main branch for deploy preview (#4857) Signed-off-by: Paul S. Schweigert --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index f5462a189..4a40f8cf1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -13,6 +13,10 @@ [context.deploy-preview] publish = "site" +# Envvars for deploy preview +[context.deploy-preview.environment] + BUILD_VERSIONS="no" + [[redirects]] from = "/contributing/" to = "/docs/community/"