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 549f600748
commit c60f4f5c4b

View file

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