From 6fb90e5eb3d2deadbeddbf07d46b195e4a7f8ed8 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Sun, 3 Nov 2024 16:00:07 +0900 Subject: [PATCH] ci(front): Fix netlify to always build --- front/netlify.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 front/netlify.toml diff --git a/front/netlify.toml b/front/netlify.toml new file mode 100644 index 0000000..4e2f3c2 --- /dev/null +++ b/front/netlify.toml @@ -0,0 +1,2 @@ +[context.deploy-preview] +ignore = "false"