From ccb7f12a876c0cbdc2b86ac80eecf1c17c2319cd Mon Sep 17 00:00:00 2001 From: Pascal Gauthier Date: Tue, 6 Jun 2017 10:13:27 -0400 Subject: [PATCH] Add support to push and deployment event --- plugin.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin.go b/plugin.go index 97111ba..76caebc 100644 --- a/plugin.go +++ b/plugin.go @@ -95,6 +95,10 @@ func setHelmCommand(p *Plugin) { switch buildEvent { case "push": setPushEventCommand(p) + case "tag": + setPushEventCommand(p) + case "deployment": + setPushEventCommand(p) case "delete": setDeleteEventCommand(p) default: