mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: Only do Travis CI builds for the master branch.
We don't need to waste resources on other, more experimental branches.
This commit is contained in:
parent
ef157ca8af
commit
986d1f4670
|
@ -30,3 +30,7 @@ deploy:
|
|||
|
||||
after_success:
|
||||
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $JOB == "build-docs" && bash ./.travis/deploy-docs.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue
Block a user