aboutsummaryrefslogtreecommitdiff
path: root/modules/form/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/form/repo.go')
-rw-r--r--modules/form/repo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/form/repo.go b/modules/form/repo.go
index 0f3e83ce..df5ca49a 100644
--- a/modules/form/repo.go
+++ b/modules/form/repo.go
@@ -135,6 +135,7 @@ func (f *ProtectBranch) Validate(ctx *macaron.Context, errs binding.Errors) bind
type Webhook struct {
Events string
Create bool
+ Delete bool
Push bool
PullRequest bool
Active bool