mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +00:00
Update deploy.sh
This commit is contained in:
parent
0e4cc1ff59
commit
91886f23c0
1 changed files with 2 additions and 2 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue