From 86caf395f61c03c83057b33e4aab3c960c7c42ca Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Fri, 3 Jun 2016 23:13:55 +1000 Subject: [PATCH] Update .travis.yml to release only on master --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fdc9d708..0576fa40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,5 @@ deploy: file: postgres_exporter on: tags: true + branch: master repo: wrouesnel/postgres_exporter