Compare commits

...

2 Commits

Author SHA1 Message Date
Mogyuchi 1ac20d0784
Merge 2094592b9a into 81382a721f 2024-08-28 17:14:54 +09: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

@ -46,7 +46,7 @@ This workflow uses `gh-actions-cache` to delete all the caches created by a bran
```yaml
name: cleanup caches by a branch
on:
pull_request:
pull_request_target:
types:
- closed
workflow_dispatch: