From eb233847ded8e888721a55e8c83e0a7513794666 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 25 Jun 2026 15:42:46 +0200 Subject: [PATCH] ci: Fix pipeline for release. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4172794..47892e73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -638,7 +638,7 @@ shadow-release: - job: pkg-hash artifacts: true rules: - - if: $CI_COMMIT_BRANCH != 'master' && $CI_COMMIT_TAG + - if: $CI_COMMIT_TAG !~ /^v/ artifacts: paths: - linux/pamhyr-gnulinux.tar.xz @@ -672,7 +672,7 @@ tag-release: - job: pkg-hash artifacts: true rules: - - if: $CI_COMMIT_BRANCH == 'master' && $CI_COMMIT_TAG + - if: $CI_COMMIT_TAG =~ /^v/ artifacts: paths: - linux/pamhyr-gnulinux.tar.xz