We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b887d7 commit 11c251bCopy full SHA for 11c251b
content/actions/reference/events-that-trigger-workflows.md
@@ -655,6 +655,10 @@ on:
655
656
{% data reusables.webhooks.workflow_run_desc %}
657
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
+
662
If you need to filter branches from this event, you can use `branches` or `branches-ignore`.
663
664
In this example, a workflow is configured to run after the separate “Run Tests” workflow completes.
0 commit comments