From 48042d828a032ca654bcc3e7f04425ca3f3636a4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 19 Oct 2021 00:24:07 -0700 Subject: [PATCH] * only running pipes on master from now on --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93bdca3..88c865e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ variables: pages: stage: gitlab + only: + refs: + - master script: - hugo artifacts: @@ -22,6 +25,9 @@ pages: vps: image: shockrah/website:latest stage: vps + only: + refs: + - master needs: - pages