1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Ensure actions trigger for branch rules docs apply to correct ghes/ghae versions

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Carlos Duarte Do Nascimento (Chester)
2021-10-20 12:46:29 -04:00
committed by GitHub
parent 2ea6970342
commit d738849cce

View File

@@ -190,7 +190,7 @@ You can configure your workflow to run when webhook events are generated on {% d
Not all webhook events trigger workflows. For the complete list of available webhook events and their payloads, see "[Webhook events and payloads](/developers/webhooks-and-events/webhook-events-and-payloads)."
{% ifversion fpt or ghes > 3.2 or ghae-next %}
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-4968 %}
### `branch_protection_rule`
Runs your workflow anytime the `branch_protection_rule` event occurs. {% data reusables.developer-site.multiple_activity_types %} For information about the GraphQL API, see "[BranchProtectionRule](/graphql/reference/objects#branchprotectionrule)."