From b38c051f93e4b08570ceacb077bf3e32c7052fdb Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 20 Mar 2020 19:13:58 +0100 Subject: [PATCH] Only run the Pages script on master. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23fda7a..c7b8630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ test: pages: extends: .common stage: deploy + only: + - master@holllo/love script: - yarn build - cp 'public/index.html' 'public/404.html'