mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-27 02:40:30 +00:00
Manage TAG and BRANCH events sent from gogs
This commit is contained in:
parent
549f600748
commit
c60f4f5c4b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const (
|
||||||
EventPull = "pull_request"
|
EventPull = "pull_request"
|
||||||
EventTag = "tag"
|
EventTag = "tag"
|
||||||
EventDeploy = "deployment"
|
EventDeploy = "deployment"
|
||||||
|
EventBranch = "branch"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue