mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-20 08:52:31 +00:00
Manage TAG and BRANCH events sent from gogs
This commit is contained in:
@@ -5,6 +5,7 @@ const (
|
|||||||
EventPull = "pull_request"
|
EventPull = "pull_request"
|
||||||
EventTag = "tag"
|
EventTag = "tag"
|
||||||
EventDeploy = "deployment"
|
EventDeploy = "deployment"
|
||||||
|
EventBranch = "branch"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user