diff options
| author | Michael Grote | 2023-04-20 13:48:58 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-20 13:48:58 +0200 |
| commit | fe54457ebba386b23c6c851c295857be6a11b02b (patch) | |
| tree | d14e77677c806d3749a8ebe529442a56b94196dc /.drone.yml | |
| parent | af2505f8e132f13fd9cc3ff2b947ace90caa9a4e (diff) | |
ci: add when
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |