diff --git a/model/const.go b/model/const.go index efac6b3b..761ee0db 100644 --- a/model/const.go +++ b/model/const.go @@ -5,6 +5,7 @@ const ( EventPull = "pull_request" EventTag = "tag" EventDeploy = "deployment" + EventBranch = "branch" ) const (