mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 21:22:41 +00:00
travis: do not trigger trezor-core if not master
This commit is contained in:
parent
cc7c8ccb59
commit
f9c20f8d2f
@ -12,6 +12,11 @@ if [ "$TRAVIS_REPO_SLUG" != "$SOURCE" ]; then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$TRAVIS_BRANCH" != "master" ]; then
|
||||||
|
echo "not triggering from non-master branch"
|
||||||
|
exit 0;
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
echo "not triggering from pull requests"
|
echo "not triggering from pull requests"
|
||||||
exit 0;
|
exit 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user