diff --git a/.travis.yml b/.travis.yml index 21aa147..cd54561 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ services: stages: - build - name: docker-tag - if: (tag IS present) AND (branch = master) + if: (tag IS present) AND (branch = master) AND (type != pull_request) - name: docker-push if: branch = master