diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e76b5d620580af2e1270a89e9d259db078e0588..0a1f14f96136ac240123d7058b4dc1ac23c27a72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,8 @@ check-trad:
     - git status > /dev/null 2>&1
     - export CHANGES=$(git diff-files --shortstat)
     - if [[ $CHANGES != $ORIG ]]; then echo "*** There is changes in locales ***"; echo "*** You need to do `make pull-locales` in your repo ***"; exit 1; fi
+  only:
+    - develop
 
 # Create artifacts on master
 pages: