From: Michael Fenn Date: Fri, 28 Apr 2017 13:24:57 +0000 (-0400) Subject: Only do releases when a tag is pushed X-Git-Tag: v1.1~11 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8bab8e9ecb4ba27e921f41fe4ba202d439c3426c;p=nnn.git Only do releases when a tag is pushed --- diff --git a/.travis.yml b/.travis.yml index f06ae7ae..7ffc7521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,5 @@ deploy: - dist/*.rpm on: repo: jarun/nnn + tags: true tags: true