Revert "travis-push: only push on master branch"

This reverts commit 97ddd29ccc.
pull/2085/head
Tony Theodore 6 years ago
parent 3bf6deaaf6
commit c5a3c1ef92

@ -9,4 +9,4 @@ git config credential.helper "store --file=.git/credentials"
echo "https://${GH_TOKEN}:@github.com" > .git/credentials
git remote set-url origin 'https://github.com/mxe/mxe.git'
git commit -a -m 'Update packages.json & build-matrix.html' || true
[ `git rev-parse --abbrev-ref HEAD` == master ] && git push origin HEAD:master
git push origin HEAD:master

Loading…
Cancel
Save