diff --git a/.travis.yml b/.travis.yml index d3c42bb2..77731c0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,7 +156,7 @@ jobs: - stage: "Deploy" name: "Source packaging" - if: (tag IS present) AND (branch = master) AND (type = push) + if: (tag =~ /^v?[0-9]/) AND (type = push) env: - INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-src" addons: