Skip to content

Commit 11c251b

Browse files
authored
Add more details about workflow_run (#531)
1 parent 0b887d7 commit 11c251b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ on:
655655

656656
{% data reusables.webhooks.workflow_run_desc %}
657657

658+
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
659+
| --------------------- | -------------- | ------------ | -------------|
660+
| [`workflow_run`](/webhooks/event-payloads/#workflow_run) | - n/a | Last commit on default branch | Default branch |
661+
658662
If you need to filter branches from this event, you can use `branches` or `branches-ignore`.
659663

660664
In this example, a workflow is configured to run after the separate “Run Tests” workflow completes.

0 commit comments

Comments
 (0)