From c26e6d3c4bd79f5a6bfc43eac1866bac7da983a4 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Sun, 22 Apr 2018 21:58:50 +1000 Subject: [PATCH] Define master branch in deploy section travis.yaml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a35261b..38e149cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ before_deploy: - git tag $GIT_TAG -am "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER" deploy: provider: releases + on: + branch: master api_key: $GITHUB_OAUTH_ACCESS_TOKEN skip_cleanup: true env: