From 69901a295c6edb8809e632cce8a90b39c30e2e89 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sun, 21 Sep 2025 11:07:26 +0200 Subject: [PATCH] Do not build and push docker image for pull requests --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4935831..3b31e42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,6 +61,9 @@ steps: branch: - main - production + event: + exclude: + - pull_request depends_on: - compile (.NET) - test