From 0fda6cc01239c6d0437463dca15e0d120e6e845e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz>
Date: Thu, 30 May 2024 01:24:59 +0200
Subject: [PATCH] add correct branch name

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82e55d7..7abaae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,9 +35,11 @@ commit_zip:
     - git config --global user.name "CI Bot"
     - git add files-from-repos/deployment-files.zip
     - git commit -m "Add authomatically deployment-files.zip"
-    - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:testing-pipeline -o ci.skip
+    - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:main -o ci.skip
   dependencies:
     - setup
+  only:
+    - main
 
 build:
   stage: build
-- 
GitLab