From d738849ccea2dfa1e010c14d34b66e15bd5b8d96 Mon Sep 17 00:00:00 2001 From: "Carlos Duarte Do Nascimento (Chester)" Date: Wed, 20 Oct 2021 12:46:29 -0400 Subject: [PATCH] Ensure actions trigger for branch rules docs apply to correct ghes/ghae versions Co-authored-by: Lucas Costi --- .../learn-github-actions/events-that-trigger-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/events-that-trigger-workflows.md b/content/actions/learn-github-actions/events-that-trigger-workflows.md index 328314c12d..30d8de5df0 100644 --- a/content/actions/learn-github-actions/events-that-trigger-workflows.md +++ b/content/actions/learn-github-actions/events-that-trigger-workflows.md @@ -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)."