From 7342edbed5115bfa02d3ba00ebc70ef9f5526fa9 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 7 Mar 2025 15:38:06 +0100
Subject: [PATCH] Automatically publish every tag, as this repo is small
 anyway.

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f378a2..0832275 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -127,7 +127,6 @@ publish_on_gitlab:
   environment: gitlab
   needs:
     - package_files
-  when: manual
   rules:
     - if: $CI_COMMIT_TAG
   script:
@@ -145,7 +144,6 @@ publish_to_readthedocs:
   environment: readthedocs
   needs:
     - package_docs
-  when: manual
   rules:
     - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
   script:
-- 
GitLab