fix(drone): excluding publishes when doing a PR
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -56,8 +56,10 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: pip_cache
|
- name: pip_cache
|
||||||
host:
|
host:
|
||||||
path: /tmp/drone/cache/pip_cache
|
path: /tmp/drone/cache/pip_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user