From 549f600748ce646b3a940023255aee425be5ba08 Mon Sep 17 00:00:00 2001 From: brice Date: Fri, 6 May 2016 22:04:56 +0200 Subject: [PATCH] Suppression de EventBranch --- model/const.go | 1 - 1 file changed, 1 deletion(-) diff --git a/model/const.go b/model/const.go index 761ee0db..efac6b3b 100644 --- a/model/const.go +++ b/model/const.go @@ -5,7 +5,6 @@ const ( EventPull = "pull_request" EventTag = "tag" EventDeploy = "deployment" - EventBranch = "branch" ) const (