From af6192a4926a6ab9c18f2b09d36b068c85f03fb8 Mon Sep 17 00:00:00 2001 From: Nishchit Date: Tue, 20 Dec 2022 10:32:01 +0530 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3f7ceb7f..cd780ebb 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,10 +6,8 @@ tasks: - init: pnpm boot command: pnpm dev -prebuilds: - # enable for the default branch (defaults to true) - main: true - # enable for all branches in this repo (defaults to false) +github: + prebuilds: + main: false branches: false - # enable for pull requests coming from this repo (defaults to true) - pullRequests: false + pullRequests: falss