From 807e0aed61caecc7c79b8357c847cdc5ef89f865 Mon Sep 17 00:00:00 2001 From: Matthias Fax Date: Mon, 25 Feb 2019 20:54:45 +0100 Subject: [PATCH] ci: fix travis deploy branch limitation --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef25f89..f7d0ac0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ node_js: branches: only: - master + - /^[0-9]+\.[0-9]+\.[0-9]+/ deploy: provider: npm @@ -15,5 +16,3 @@ deploy: api_key: $NPM_API_KEY on: tags: true - all_branches: true - condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+