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
|
||||
notifications:
|
||||
email: false
|
||||
# branches: # remove travis double-check on pull requests in main repo
|
||||
# only:
|
||||
# - master
|
||||
# - /^\d\.\d+$/
|
||||
# skip local branches (assumed built via PR)
|
||||
if: type != push OR tag IS NOT blank OR branch = master OR branch = devel OR repo != tqdm/tqdm
|
||||
stages:
|
||||
- test
|
||||
- name: deploy
|
||||
|
|
Loading…
Reference in New Issue