diff --git a/.travis.yml b/.travis.yml index 3c81e8a4a..9375ef9e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,9 +72,14 @@ deploy: file: "FILE TO UPLOAD" cleanup: true on: - tags: true - all_branches: true - + repo: mitchellkrogza/nginx-ultimate-bad-bot-blocker + tags: false + branches: + only: + - "master" + except: + - "/^v[0-9]/" + - "/^V.*$/" notifications: on_success: change on_failure: always