1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-04 18:21:06 +02:00

Manage TAG and BRANCH events sent from gogs

This commit is contained in:
bsauvajon 2016-02-18 09:07:35 +01:00 committed by brice
parent 744cf55bf5
commit a24bcf2225

View File

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