From 5f9a5de57830d81f0dafcc03ed243c471557d682 Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Mon, 10 Sep 2018 11:25:51 -0600 Subject: [PATCH] Update .travis.yml deploy on tags only --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6260a3e..e1801a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,5 +45,5 @@ deploy: distributions: "sdist bdist_wheel" on: repo: f5devcentral/f5-sphinx-theme - all_branches: true - condition: $TRAVIS_BRANCH =~ ^v[0-9]+\.[0-9]+\.[0-9]*|^.*-stable$|master + tags: true + condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]*|^.*-stable$|master