From 7c58bc0544eac9ec9c17656bf1f523280b1e179f Mon Sep 17 00:00:00 2001
From: xdvora19 <xdvora19@fi.muni.cz>
Date: Thu, 14 Mar 2024 14:56:26 +0100
Subject: [PATCH] set gitlab-ci to only trigger on main branch

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4728f35..ffb296c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,5 +18,7 @@ pages:
   artifacts:
     paths:
       - public
+  only:
+    - main
   tags:
     - inject
-- 
GitLab