diff --git a/.github/deploy.sh b/.github/deploy.sh index 8a9157c..c1d3cd8 100644 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -2,9 +2,9 @@ set -e -echo ${TRAVIS_BRANCH} +echo ${TRAVIS_EVENT_TYPE} -if [[ ${TRAVIS_BRANCH} != 'master' ]] +if [[ ${TRAVIS_EVENT_TYPE} != 'push' ]] then exit fi