From 10173ead1848661e20584493185922b9d3ea4a5f Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Wed, 21 Oct 2020 13:55:34 +0200
Subject: [PATCH] Only build pages for master branch.
---
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5edacf7..e5a30e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,5 +52,5 @@ pages:
artifacts:
paths:
- public
- # only:
- # - master
+ only:
+ - master
--
GitLab