Skip to content

Commit 937933b

Browse files
committed
limiting deployment to master and tags
Signed-off-by: Lars Heinemann <[email protected]>
1 parent a8725ae commit 937933b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ deploy:
4444
skip_cleanup: true
4545
overwrite: true
4646
on:
47-
all_branches: true
48-
47+
branch: master
48+
tags: true
49+

0 commit comments

Comments
 (0)