mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Merge pull request #340 from serhii-londar/serhii-londar-patch-4
Update deploy.sh
This commit is contained in:
commit
b34bc820ea
1 changed files with 9 additions and 1 deletions
10
.github/deploy.sh
vendored
10
.github/deploy.sh
vendored
|
@ -2,7 +2,15 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ $TRAVIS_BRANCH != 'master' ]]
|
||||
echo ${TRAVIS_EVENT_TYPE}
|
||||
echo ${TRAVIS_BRANCH}
|
||||
|
||||
if [[ ${TRAVIS_EVENT_TYPE} != 'push' ]]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
||||
if [[ ${TRAVIS_BRANCH} != 'master' ]]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue