From b2fff15e186b499b190ae11a274faa5df95f4ff2 Mon Sep 17 00:00:00 2001 From: Ahmed M Alaa Date: Sat, 3 Dec 2022 21:10:35 +0200 Subject: [PATCH] fix: branch setting in .gitlab-ci.yml (remember to read what you're copying) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6e3100..4fc4afa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ pages: # Path of our artifacts - public - # This config will only publish changes that are pushed on the master branch + # This config will only publish changes that are pushed on the main branch only: - - master \ No newline at end of file + - main \ No newline at end of file