From c60f4f5c4be6769f1cdbf05712d295bc9238ccdb Mon Sep 17 00:00:00 2001 From: bsauvajon Date: Thu, 18 Feb 2016 09:07:35 +0100 Subject: [PATCH] Manage TAG and BRANCH events sent from gogs --- model/const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/const.go b/model/const.go index efac6b3bd..761ee0dbc 100644 --- a/model/const.go +++ b/model/const.go @@ -5,6 +5,7 @@ const ( EventPull = "pull_request" EventTag = "tag" EventDeploy = "deployment" + EventBranch = "branch" ) const (