mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Exclude website branch from CI
This commit is contained in:
parent
383e2e1f12
commit
b570a1e203
|
@ -45,6 +45,10 @@ artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
- path: dist\*
|
- path: dist\*
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- spacy.io
|
||||||
|
|
||||||
#on_success:
|
#on_success:
|
||||||
# You can use this step to upload your artifacts to a public website.
|
# You can use this step to upload your artifacts to a public website.
|
||||||
# See Appveyor's documentation for more details. Or you can simply
|
# See Appveyor's documentation for more details. Or you can simply
|
||||||
|
|
|
@ -34,4 +34,8 @@ notifications:
|
||||||
secure: F8GvqnweSdzImuLL64TpfG0i5rYl89liyr9tmFVsHl4c0DNiDuGhZivUz0M1broS8svE3OPOllLfQbACG/4KxD890qfF9MoHzvRDlp7U+RtwMV/YAkYn8MGWjPIbRbX0HpGdY7O2Rc9Qy4Kk0T8ZgiqXYIqAz2Eva9/9BlSmsJQ=
|
secure: F8GvqnweSdzImuLL64TpfG0i5rYl89liyr9tmFVsHl4c0DNiDuGhZivUz0M1broS8svE3OPOllLfQbACG/4KxD890qfF9MoHzvRDlp7U+RtwMV/YAkYn8MGWjPIbRbX0HpGdY7O2Rc9Qy4Kk0T8ZgiqXYIqAz2Eva9/9BlSmsJQ=
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- spacy.io
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user