summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/webhooks.md
diff options
context:
space:
mode:
authorJames Ramsay <jramsay@gitlab.com>2018-09-20 16:05:46 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-09-20 16:05:46 +0000
commit518947a896c49b2de0edf63afae12fb0d9f8f6d6 (patch)
treea68e95c9bdae4117c89df4686a2dca0a4473b46e /doc/user/project/integrations/webhooks.md
parent9338b03bab8f5a6dc6e693bff232112a75dfdfdc (diff)
downloadgitlab-ce-518947a896c49b2de0edf63afae12fb0d9f8f6d6.tar.gz
Add webhook branch filtering docs
Diffstat (limited to 'doc/user/project/integrations/webhooks.md')
-rw-r--r--doc/user/project/integrations/webhooks.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index 6104eadde35..e22f8e976be 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -57,6 +57,14 @@ You can turn this off in the webhook settings in your GitLab projects.
![SSL Verification](img/webhooks_ssl.png)
+## Branch filtering
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/20338) in GitLab 11.3.
+
+Push events can be filtered by branch using a branch name or wildcard pattern
+to limit which push events are sent to your webhook endpoint. By default the
+field is blank causing all push events to be sent to your webhook endpoint.
+
## Events
Below are described the supported events.