From 56b62012c414c058f92baf19257ebe81a5552259 Mon Sep 17 00:00:00 2001 From: MrWarzo <jordan.pereira@etu.unistra.fr> Date: Mon, 6 Dec 2021 15:39:07 +0000 Subject: [PATCH] Update t3.gitlab-ci.yml --- t3.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t3.gitlab-ci.yml b/t3.gitlab-ci.yml index eefe2da..2682542 100644 --- a/t3.gitlab-ci.yml +++ b/t3.gitlab-ci.yml @@ -13,4 +13,4 @@ sonarqube-check: - sonar-scanner allow_failure: true only: - - master # or the name of your main branch + - main # or the name of your main branch -- GitLab