From 5aef8db619c401be138348f2520a955931108aaf Mon Sep 17 00:00:00 2001 From: Tatsuya Kitagawa Date: Sat, 23 May 2020 21:54:18 +0900 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ad9275d..2618ddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,6 @@ deploy: file: out/* skip_cleanup: true on: + all_branches: true condition: -n "$(git tag --points-at=HEAD)" overwrite: true