diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml
index 791890cfb79d3ea524b0d1482042962bcf61127d..c77c1bac0b9350987aebebad9ecba7e7148d04df 100644
--- a/.gitlab/ci/deploy.yml
+++ b/.gitlab/ci/deploy.yml
@@ -10,6 +10,6 @@ deploy_review:
   environment:
     name: review/$CI_COMMIT_REF_SLUG
   rules:
-    - if: '$CI_COMMIT_BRANCH != "master" || $CI_COMMIT_BRANCH == "development"'
+    - if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "development"'
       when: never
     - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH'
\ No newline at end of file