mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-26 02:10:31 +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"
|
||||
EventTag = "tag"
|
||||
EventDeploy = "deployment"
|
||||
EventBranch = "branch"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue