Exclude website branch from CI

This commit is contained in:
Ines Montani 2019-02-24 11:52:16 +01:00
parent 383e2e1f12
commit b570a1e203
2 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,10 @@ artifacts:
# bdist_wheel puts your built wheel in the dist directory
- path: dist\*
branches:
except:
- spacy.io
#on_success:
# You can use this step to upload your artifacts to a public website.
# See Appveyor's documentation for more details. Or you can simply

View File

@ -34,4 +34,8 @@ notifications:
secure: F8GvqnweSdzImuLL64TpfG0i5rYl89liyr9tmFVsHl4c0DNiDuGhZivUz0M1broS8svE3OPOllLfQbACG/4KxD890qfF9MoHzvRDlp7U+RtwMV/YAkYn8MGWjPIbRbX0HpGdY7O2Rc9Qy4Kk0T8ZgiqXYIqAz2Eva9/9BlSmsJQ=
email: false
branches:
except:
- spacy.io
cache: pip