1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-11 13:59:36 +02:00

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 (