From 76c934ba3555701a4dc4ef47cc937ba7eb16e0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Mon, 14 Feb 2022 14:07:53 +0100 Subject: [PATCH] change default branch from main to master in .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcd38a3..f9fc4a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - build - - release + - build + - release Build: stage: build @@ -50,7 +50,7 @@ Release: - job: "Build" artifacts: true only: - - main + - master except: - merge_requests before_script: @@ -135,4 +135,3 @@ Release: - name: macOS aarch64 (sha256sum) link_type: other url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.mac.aarch64.dmg.sha256sum -