mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-11 22:57:13 +00:00
Manage TAG and BRANCH events sent from gogs
This commit is contained in:
parent
549f600748
commit
c60f4f5c4b
@ -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 New Issue
Block a user