Skip to content

Commit 0c017f3

Browse files
committed
fix(.travis.yml): allow deploy on git tags
1 parent c9883d9 commit 0c017f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ script: make build
88
deploy:
99
provider: script
1010
script: _scripts/ci/deploy.sh
11+
on:
12+
tags: true

0 commit comments

Comments
 (0)