diff --git a/includes/rules.yml b/includes/rules.yml
index 80f36c2a2be0154841f876d4b94ca3bd754d9a47..06b17740513308009a9684e5dd0d9351b0b2143c 100644
--- a/includes/rules.yml
+++ b/includes/rules.yml
@@ -19,7 +19,7 @@
 
 .rules-dev-deploy:
   rules:
-    - if: $CI_COMMIT_MESSAGE =~ /^chore.*/ # not after semaitc release commit
+    - if: $CI_COMMIT_MESSAGE =~ /^chore\(release\).*/ # not after semaitc release commit
       when: never
     - if: $CI_COMMIT_MESSAGE =~ /^chore\(maintenance\).*/ # not aftter hotfix release
       when: never