From c35eeca19d332efde3f68d69b7be10dc7395edd7 Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:02:49 +0200 Subject: [PATCH] Update .gitpod.yml settings for prebuilds --- .gitpod.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index ff68e134fd..24792f2924 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -32,3 +32,11 @@ tasks: ports: - port: 8000 onOpen: open-preview + +github: + prebuilds: + master: true + pullRequests: false + pullRequestsFromForks: true + addBadge: true + addLabel: gitpod-ready