Skip to content

Commit b14cf83

Browse files
committed
docs: branches & branches-ignore filters are available for workflow_run event
1 parent 3d93343 commit b14cf83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/checks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,14 +1276,14 @@ actionlint validates the Webhook configurations:
12761276
- Some filters are only available for specific events as explained in [the official document][specific-paths-doc]
12771277
(see the following table).
12781278

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` |
12871287

12881288
The table of available Webhooks and their types are defined in [`all_webhooks.go`](../all_webhooks.go). It is generated
12891289
by [a script][generate-webhook-events] and kept to the latest by CI workflow triggered weekly.

0 commit comments

Comments
 (0)