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:
|
||||
branch:
|
||||
- master
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
volumes:
|
||||
- name: pip_cache
|
||||
host:
|
||||
path: /tmp/drone/cache/pip_cache
|
||||
path: /tmp/drone/cache/pip_cache
|
||||
|
||||
Reference in New Issue
Block a user