Compare commits

...

2 Commits

Author SHA1 Message Date
Mogyuchi e2d09c6f33
Merge 2094592b9a into 638ed79f9d 2025-08-19 13:52:14 +08:00
Mogyuchi 2094592b9a
docs: fix cleanup example to use pull_request_target trigger
Signed-off-by: Mogyuchi <mogyuchi@mogyuchi.jp>
2024-01-28 22:13:29 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Caches have [branch scope restriction](https://docs.github.com/en/actions/using-
```yaml ```yaml
name: cleanup caches by a branch name: cleanup caches by a branch
on: on:
pull_request: pull_request_target:
types: types:
- closed - closed
workflow_dispatch: workflow_dispatch: