From 139c1fe06edc2f97d57afdb490f98a44dccf2f9f Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 3 Jul 2017 20:16:26 +0200 Subject: Run docker deployment on actual releases. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e82da7c0..c0371af2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -221,6 +221,7 @@ deploy: branch: - develop - release + - /^v[0-9]/ # This is the deploy target for the native build (Linux and macOS) # which generates ZIPs per commit and the source tarball. # -- cgit