Skip to content

Commit

Permalink
stop releasing every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
japesinator committed Jul 16, 2018
1 parent 5316b02 commit 007e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/attach-binary.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -o errexit -o verbose

if test ! "$BUILD_BINARY" || test ! "$TRAVIS_TAG"
if test ! "$BUILD_BINARY" || test ! "$TRAVIS_TAG" || ! "$TRAVIS_BRANCH" = "master"
then
echo 'This is not a release build.'
elif test ! "$GITHUB_TOKEN"
Expand Down

0 comments on commit 007e368

Please sign in to comment.