diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1300fc01dd1c0124d9323aae219330893bf48bec_LmdpdGxhYi1jaS55bWw=..02a409d19094d4eed5e54902af2bd701ad9f4f2c_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,6 +72,11 @@
 deploy_review:
   image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
   stage: review
+  only:
+    - branches
+    - tags
+  except:
+    - master
   environment:
     name: review/$CI_BUILD_REF_NAME
     url: https://$CI_BUILD_REF_SLUG-presentation-gitlab-k8s.edenmal.net
@@ -94,6 +99,9 @@
 stop_review:
   image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
   stage: review
+  variables:
+    GIT_STRATEGY: none
+  when: manual
   environment:
     name: review/$CI_BUILD_REF_NAME
     action: stop