mirror of https://github.com/tqdm/tqdm.git
CI: skip non-PR local branches
This commit is contained in:
parent
92b9cab380
commit
40781d5eaf
|
@ -14,10 +14,8 @@ before_cache:
|
||||||
- rm -f $HOME/.cache/pip/log/debug.log
|
- rm -f $HOME/.cache/pip/log/debug.log
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
# branches: # remove travis double-check on pull requests in main repo
|
# skip local branches (assumed built via PR)
|
||||||
# only:
|
if: type != push OR tag IS NOT blank OR branch = master OR branch = devel OR repo != tqdm/tqdm
|
||||||
# - master
|
|
||||||
# - /^\d\.\d+$/
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|
Loading…
Reference in New Issue