mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 18:55:02 +00:00
request github deploymet hooks, but keep disabled by default in UI
This commit is contained in:
@@ -4,7 +4,7 @@ const (
|
||||
EventPush = "push"
|
||||
EventPull = "pull_request"
|
||||
EventTag = "tag"
|
||||
EventDeploy = "deploy"
|
||||
EventDeploy = "deployment"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user