mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-24 00:20:23 +00:00
Update deploy.sh
This commit is contained in:
parent
e843072542
commit
6c14926931
1 changed files with 6 additions and 1 deletions
7
.github/deploy.sh
vendored
7
.github/deploy.sh
vendored
|
@ -3,10 +3,15 @@
|
|||
set -e
|
||||
|
||||
echo ${TRAVIS_EVENT_TYPE}
|
||||
echo ${TRAVIS_BRANCH}
|
||||
|
||||
if [[ ${TRAVIS_EVENT_TYPE} != 'push' ]]
|
||||
then
|
||||
echo 'exit'
|
||||
exit
|
||||
fi
|
||||
|
||||
if [[ ${TRAVIS_BRANCH} != 'master' ]]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue