diff --git a/NodeApp/.gitlab-ci/10_stageRelease.yml b/NodeApp/.gitlab-ci/10_stageRelease.yml
index e48306feedb7b625fc12e9a6f0a61d446d87d02f..16d0c3590b24a9a307c7e3efd628e6851ae40491 100644
--- a/NodeApp/.gitlab-ci/10_stageRelease.yml
+++ b/NodeApp/.gitlab-ci/10_stageRelease.yml
@@ -44,7 +44,7 @@ release:doc:wiki:
         # Push the change back to the master branch of the wiki
         - git push origin "HEAD:main"
     rules:
-        -   if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
+        -   when: never
 
 
 release:gitlab: