1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-30 08:06:52 +02:00

Suppression de EventBranch

This commit is contained in:
brice 2016-05-06 22:04:56 +02:00
parent c60f4f5c4b
commit 37f89e924a

View File

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