summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-04-20 13:48:58 +0200
committerMichael Grote2023-04-20 13:48:58 +0200
commitfe54457ebba386b23c6c851c295857be6a11b02b (patch)
treed14e77677c806d3749a8ebe529442a56b94196dc
parentaf2505f8e132f13fd9cc3ff2b947ace90caa9a4e (diff)
ci: add when
-rw-r--r--.drone.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b20d876..8fc8612 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -31,7 +31,10 @@ steps:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
-
+ when:
+ event:
+ exclude:
+ - pull_request
- name: docker_build_and_push_dockerhub
image: plugins/docker
settings: