From 39b323543118c12fc8eee7b7d412405829243d88 Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Mon, 14 Dec 2020 15:11:40 +1000 Subject: [PATCH] Add default branch note to workflow_run event --- content/actions/reference/events-that-trigger-workflows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/actions/reference/events-that-trigger-workflows.md b/content/actions/reference/events-that-trigger-workflows.md index 74c96bf349eb..0b05f298462b 100644 --- a/content/actions/reference/events-that-trigger-workflows.md +++ b/content/actions/reference/events-that-trigger-workflows.md @@ -699,6 +699,8 @@ on: {% data reusables.webhooks.workflow_run_desc %} +{% data reusables.github-actions.branch-requirement %} + | Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` | | --------------------- | -------------- | ------------ | -------------| | [`workflow_run`](/webhooks/event-payloads/#workflow_run) | - n/a | Last commit on default branch | Default branch |