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
630850a880
commit
0e4cc1ff59
1 changed files with 3 additions and 1 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -2,7 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ $TRAVIS_BRANCH != 'master' ]]
|
||||
echo ${TRAVIS_BRANCH}
|
||||
|
||||
if [[ ${TRAVIS_BRANCH} != 'master' ]]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue