From 7ab3d20b32785d284420d9a14f4d0b7af4eacb90 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Tue, 14 Sep 2021 18:57:00 +0200
Subject: [PATCH] ci: fix problem with missing release jobs

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d218648..62d6499 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,7 +112,7 @@ changelog:
         git push origin ci-processing:${CI_BUILD_REF_NAME} -o ci.skip
         git push origin ${RELEASE_VERSION}
     only:
-        - $CI_DEFAULT_BRANCH
+        - master
     when: manual
 
 release-patch: