From: Dessalines Date: Sat, 25 Jul 2020 14:41:55 +0000 (-0400) Subject: Only deploy on tags. X-Git-Url: http://these/git/%7B%60/feeds/front/static/readmes/README.ja.md?a=commitdiff_plain;h=eb6df560d8f83e8455258d57e78c9d52b4b2c129;p=lemmy.git Only deploy on tags. --- diff --git a/.travis.yml b/.travis.yml index 8120c83f..be0b4018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ deploy: provider: script script: bash docker_push.sh on: - branch: main + tags: true