Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
deploy on tags only
  • Loading branch information
jputrino committed Sep 10, 2018
1 parent 3fe8a16 commit 5f9a5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f9a5de

Please sign in to comment.