From 2b7164845f55737016f86d0505489bb7b891ef20 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 2 Aug 2022 16:27:07 -0500 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5c817bf..ac0a748 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,5 @@ kind: pipeline +type: kubernetes name: default steps: @@ -28,3 +29,6 @@ steps: PLUGIN_SECURE: true PLUGIN_VERIFY: false PLUGIN_CLEAN_DIR: true + when: + branch: + - master