Browse Source

Enable tagged deploys from all branches

We can write a bash condition if we want to limit it a bit more but naming a specific branch
Alec Nikolas Reiter 7 years ago
parent
commit
05af9a4c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -24,5 +24,5 @@ deploy:
   distributions: sdist bdist_wheel
   on:
     tags: true
-    branch: master
+    all_branches: true
     repo: flaskbb/flaskbb