Skip to content

Commit 8b3568b

Browse files
authored
Merge pull request #38535 from github/repo-sync
Repo sync
2 parents c2c7354 + d5187eb commit 8b3568b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ on:
388388

389389
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
390390
| --------------------- | -------------- | ------------ | -------------|
391-
| [`page_build`](/webhooks-and-events/webhooks/webhook-events-and-payloads#page_build) | Not applicable | Last commit on default branch | Not applicable |
391+
| [`page_build`](/webhooks-and-events/webhooks/webhook-events-and-payloads#page_build) | Not applicable | Last commit on default branch | Default branch |
392392

393393
{% data reusables.actions.branch-requirement %}
394394

@@ -1070,7 +1070,7 @@ Notifications for scheduled workflows are sent to the user who last modified the
10701070

10711071
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
10721072
| --------------------- | -------------- | ------------ | -------------|
1073-
| [`status`](/webhooks-and-events/webhooks/webhook-events-and-payloads#status) | Not applicable | Last commit on default branch | Not applicable |
1073+
| [`status`](/webhooks-and-events/webhooks/webhook-events-and-payloads#status) | Not applicable | Last commit on default branch | Default branch |
10741074

10751075
{% data reusables.actions.branch-requirement %}
10761076

0 commit comments

Comments
 (0)