Suppression de EventBranch

This commit is contained in:
brice 2016-05-06 22:04:56 +02:00
parent c8d1fe0468
commit 5642e9ab3b

View file

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