From ac327cda0f7be94d5bd7918feb031f3ecf78f3d3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 10 Mar 2020 15:01:14 +0200 Subject: [PATCH] FIX deploy of travis.yml --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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