From 0c760697427c261be5b1b1fcb5862b1f62c4984e Mon Sep 17 00:00:00 2001
From: ale rimoldi <ale@graphicslab.org>
Date: Mon, 17 Mar 2025 20:44:24 +0100
Subject: gitlab-ci file for 1.7


diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c12e24904..a9d20a57b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 # Dependencies are managed in the Dockerfile in the scribus-ci-docker
 # Git repository. Change them there, wait a bit, and then we'll use
 # the new ones here in these builds.
-image: registry.gitlab.com/scribus/scribus-ci-docker/master
+image: registry.gitlab.com/scribus/scribus-ci-docker/main
 
 variables:
   GIT_DEPTH: "10"
@@ -22,7 +22,9 @@ appimage:linux:
     - export CCACHE_DIR=${PWD}/ccache
   script:
     - bash -ex AppImage-package/bundle.sh
+  rules:
+    - if: '$CI_COMMIT_BRANCH == "master"'
   artifacts:
     expire_in: 14 days
     paths:
-      - ./Scribus*.AppImage*
\ No newline at end of file
+      - ./Scribus*.AppImage*
