From 3c1ce284605bc7559900d7ae012f53069fe14cf1 Mon Sep 17 00:00:00 2001 From: "Mads M. Pedersen" <mmpe@dtu.dk> Date: Mon, 7 Jun 2021 12:35:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7e645d51..ffc26ba3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,6 +91,7 @@ pages: # "pages" is a job specifically for GitLab pages [1] - public only: # only run for these branches - /^test_doc.*/ + - master tags: # only runners with this tag can do the job [3] - ci-ubuntu -- GitLab