ci: add when
This commit is contained in:
parent
a0a1ace012
commit
1db1e9fb93
1 changed files with 4 additions and 0 deletions
|
@ -32,3 +32,7 @@ steps:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
Reference in a new issue