From df057871db0c1446c9b4e5a8734ee9d4cf45be0c Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 9 Mar 2020 17:07:11 +0100 Subject: [PATCH] Try fixing travis conditions for deploy --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77b6008b..808339d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ jobs: - stage: "Deploy" name: "Source packaging" - if: (tag IS present) AND (branch = master) + if: (tag IS present) AND (branch = master) AND (type = push) env: - INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-src" addons: @@ -132,7 +132,7 @@ jobs: script: git-archive-all --prefix="sfizz-${TRAVIS_BRANCH}/" -9 "${INSTALL_DIR}.tar.gz" - name: "Generate documentation" - if: (tag IS present) AND (branch = master) + if: (tag IS present) AND (branch = master) AND (type = push) addons: apt: packages: