From 42c716c6ab033d92c50b2b1812f64e060616b142 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 22 Mar 2022 23:02:35 +0100 Subject: [PATCH] ci: run just hadolint+kaniko-publish on push --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 450c89f..633a551 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: - VCS_REF=${DRONE_COMMIT_SHA:0:7} when: ref: - - refs/heads/development + # essentially build only feature branches/PRs and tags - "refs/heads/feature-**" - "refs/pull/**" - "refs/tags/**"