Skip to content
Snippets Groups Projects
Unverified Commit ecda4ea4 authored by Tulir Asokan's avatar Tulir Asokan :cat2: Committed by GitHub
Browse files

Merge pull request #19 from turt2live/patch-1

Enable wiki events
parents f3a7b2c7 1de3df99
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ func handlePayload(hook *gitlab.Webhook) func(w http.ResponseWriter, r *http.Req
gitlab.MergeRequestEvents,
gitlab.PipelineEvents,
//gitlab.ConfidentialIssuesEvents,
//gitlab.WikiPageEvents,
gitlab.WikiPageEvents,
//gitlab.BuildEvents,
)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment