From 1a8985b6fff0edaaa411a21884c3f76a2efc3d68 Mon Sep 17 00:00:00 2001
From: Erwan Jahier <erwan.jahier@univ-grenoble-alpes.fr>
Date: Thu, 2 Jul 2020 11:02:54 +0200
Subject: [PATCH] Chore: generate doc for the master branch only

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 708ed930..4eb8f2c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,6 +40,8 @@ test_opam_test:
     - sudo opam depext -y sasa 
     - opam install -y sasa
   allow_failure: true
+  only:
+    - master
 
 
 
@@ -72,7 +74,8 @@ pages:
     - cp -rf sasabatch.png  ../../public/
     - cp -rf poster.png  ../../public/
     - cp -rf sasabatch.svg  ../../public/
-    
+  only:
+    - master
   artifacts:
     paths:
       - public
-- 
GitLab