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