diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index d9a1e881f84474efdf1e3799941174c77f07e659..4046cf5ec85d91b670fc4a2846889fb209e6de5a 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -57,11 +57,6 @@ check:
 deploy:
   extends: .common
   stage: deploy
-  only:
-    refs:
-      - $CI_DEFAULT_BRANCH
-    variables:
-      - $REPOSITORY =~ /^\S+$/
   interruptible: false
   rules:
     - if: '$CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $REPOSITORY =~ /^\S+$/'