Update deploy.sh

This commit is contained in:
Serhii Londar 2018-11-15 13:14:18 +02:00 committed by GitHub
parent 91886f23c0
commit e843072542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.github/deploy.sh vendored
View file

@ -6,6 +6,7 @@ echo ${TRAVIS_EVENT_TYPE}
if [[ ${TRAVIS_EVENT_TYPE} != 'push' ]]
then
echo 'exit'
exit
fi