mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08: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