Update deploy.sh

This commit is contained in:
Serhii Londar 2018-11-15 12:28:39 +02:00 committed by GitHub
parent 0e4cc1ff59
commit 91886f23c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/deploy.sh vendored
View file

@ -2,9 +2,9 @@
set -e set -e
echo ${TRAVIS_BRANCH} echo ${TRAVIS_EVENT_TYPE}
if [[ ${TRAVIS_BRANCH} != 'master' ]] if [[ ${TRAVIS_EVENT_TYPE} != 'push' ]]
then then
exit exit
fi fi