Manage TAG and BRANCH events sent from gogs

This commit is contained in:
bsauvajon 2016-02-18 09:07:35 +01:00 committed by brice
parent 744cf55bf5
commit a24bcf2225

View file

@ -5,6 +5,7 @@ const (
EventPull = "pull_request"
EventTag = "tag"
EventDeploy = "deployment"
EventBranch = "branch"
)
const (