From 360fa06e43fed32b63fba99b353515e7b56eee20 Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Tue, 30 Jan 2018 17:37:12 -0800 Subject: [PATCH] Travis job include condition tweak --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a19e13f942..180b6a0303 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: jobs: include: - stage: deploy - if: branch = master + if: branch = master OR tag IS present script: echo "Deploying..." node_js: '8' deploy: