From ed3679b412920d36ea29665bef03acf671ab999d Mon Sep 17 00:00:00 2001 From: Paul B Date: Tue, 26 Jun 2018 11:20:59 +0200 Subject: [PATCH] deploy: only build pages on Master branch --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bcfdaf..6885936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ image: node:latest pages: stage: build + only: [ master@paulrbr/talks ] before_script: - npm install --global reveal-md script: