@@ -1276,14 +1276,14 @@ actionlint validates the Webhook configurations:
1276
1276
- Some filters are only available for specific events as explained in [the official document][specific-paths-doc]
1277
1277
(see the following table).
1278
1278
1279
- | Filter name | Events where the filter is available |
1280
- |-------------------|--------------------------------------------------------------|
1281
- | `paths` | `push`, `pull_request`, `pull_request_target` |
1282
- | `paths-ignore` | `push`, `pull_request`, `pull_request_target` |
1283
- | `branches` | `merge_group`, `push`, `pull_request`, `pull_request_target` |
1284
- | `branches-ignore` | `merge_group`, `push`, `pull_request`, `pull_request_target` |
1285
- | `tags` | `push` |
1286
- | `tags-ignore` | `push` |
1279
+ | Filter name | Events where the filter is available |
1280
+ |-------------------|------------------------------------------------------------------------------ |
1281
+ | `paths` | `push`, `pull_request`, `pull_request_target` |
1282
+ | `paths-ignore` | `push`, `pull_request`, `pull_request_target` |
1283
+ | `branches` | `merge_group`, `push`, `pull_request`, `pull_request_target`, `workflow_run` |
1284
+ | `branches-ignore` | `merge_group`, `push`, `pull_request`, `pull_request_target`, `workflow_run` |
1285
+ | `tags` | `push` |
1286
+ | `tags-ignore` | `push` |
1287
1287
1288
1288
The table of available Webhooks and their types are defined in [`all_webhooks.go`](../all_webhooks.go). It is generated
1289
1289
by [a script][generate-webhook-events] and kept to the latest by CI workflow triggered weekly.
0 commit comments