From e5d5fc844c0b7ddf716aee22b757ba4b65ec5a45 Mon Sep 17 00:00:00 2001
From: Fernando Herrero <fherrero@iri.upc.edu>
Date: Thu, 31 Oct 2019 09:40:52 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e00f14..a1009f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ latex_to_pdf:
   script:
      - cd procedures/startup_operation_shutdown
      - latexmk -pdf startup_operation_shutdown.tex
+  only:
+    - tags
 
   artifacts:
     paths:
-- 
GitLab