Skip to content

Commit

Permalink
Set emitting branch to master
Browse files Browse the repository at this point in the history
This change sets the emitting branch for webhooks to `master`.

See b9773b3 for more information
  • Loading branch information
Luis729 committed Mar 1, 2020
1 parent 2888856 commit 7d0aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -z $1 ]; then
exit 1
fi

if [[ $TRAVIS_BRANCH != 'webhook' ]]; then
if [[ $TRAVIS_BRANCH != 'master' ]]; then
echo "INFO: Not the master branch, will not send webhook"
exit 0
fi
Expand Down

0 comments on commit 7d0aec9

Please sign in to comment.