From beb2f140a4e7e03433532e23379018fb67164ed7 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Thu, 18 Jul 2019 12:51:08 +0200
Subject: [PATCH] Run doxygen only on master

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65e63e4a3..b41f394bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -220,7 +220,7 @@ deploy-documentation:
       EOS_PATH: "/eos/project/d/dd4hep/www/"
     only:
       - tags@CLICdp/DetectorSoftware/DD4hep
-      - branches@CLICdp/DetectorSoftware/DD4hep
+      - master@CLICdp/DetectorSoftware/DD4hep
     stage: deployment
     tags:
       - docker
-- 
GitLab