mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-01 07:52:01 +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"
|
||||
EventTag = "tag"
|
||||
EventDeploy = "deployment"
|
||||
EventBranch = "branch"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user