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