Suppression de EventBranch

This commit is contained in:
brice 2016-05-06 22:04:56 +02:00
parent a24bcf2225
commit 549f600748

View file

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