Просмотр исходного кода

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 лет назад
Родитель
Сommit
05af9a4c7b
1 измененных файлов с 1 добавлено и 1 удалено
  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