diff --git a/build/ci/.deploy-k8s.yml b/build/ci/.deploy-k8s.yml
index 424771183c53e30f42f98d8c85a8087d29d7f6dc..301828a6fe42728bbe81526e189109a389e8e891 100644
--- a/build/ci/.deploy-k8s.yml
+++ b/build/ci/.deploy-k8s.yml
@@ -55,8 +55,6 @@ deploy:latest:
 k8s:destroy:
   image: bitnami/kubectl:latest
   rules:
-    - if: $CI_COMMIT_BRANCH == "develop"
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
   before_script:
     - echo "override global before script"