From 5b26c2573c892490acb0da99ac4fe651ff3bd027 Mon Sep 17 00:00:00 2001
From: hnouts <hnouts@grandlyon.com>
Date: Tue, 4 Apr 2023 10:10:00 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI=20should=20ignore=20changes?=
 =?UTF-8?q?=20to=20templates?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c12ea757..34703fc1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,3 +254,7 @@ publish:
   only:
     - tags
   when: manual
+
+except:
+  changes:
+    - ^\.gitlab/
-- 
GitLab