From 0d431439ae1da031dbc71b549dbfaf0a96315099 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr>
Date: Wed, 13 May 2020 14:17:20 +0200
Subject: [PATCH] =?UTF-8?q?Corrige=20la=20pr=C3=A9sentation=20pour=20limit?=
 =?UTF-8?q?er=20des=20curiosit=C3=A9s=20avec=20les=20releases.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/index.md b/src/index.md
index c69b479..6dad126 100644
--- a/src/index.md
+++ b/src/index.md
@@ -1,4 +1,4 @@
-% prezbuilder
+% prezbuilder master
 % Guillaume Perréal
 % 2020-05
 
@@ -59,10 +59,10 @@ include:
 
 pages:
   extends: .prezbuilder
-  # Exemple: n'exécute ce job que pour la branche master.
+  # Exemple: n'exécute ce job que pour les tags.
   # cf. https://docs.gitlab.com/ce/ci/yaml/README.html#rules
   rules:
-    - if: $CI_COMMIT_BRANCH == "master"
+    - if: $CI_COMMIT_TAG
 ```
 
 # Utilisation
-- 
GitLab