# Git Webhooks

Webhooks 可用于当仓库触发了特定的事件之后,自动向指定的链接发起请求,可以配合持续集成工具实现自动构建。

# 配置 GitLab Webhooks

可以配置特定的分支,只有变化发生在特定的分支上才会触发事件。

image-20220430221713298

# 配置 Gitee Webhooks

如果需要调用多个 Webhooks,就添加多个。

image-20220430221953521

image-20220430222118409

# 配置 GitHub Webhooks

image-20220430223151745

image-20220430223528273