Compare commits

...

2 Commits

Author SHA1 Message Date
Mogyuchi
88a00250b4
Merge 2094592b9a8ada9a385f955f96031351f69729cb into 7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9 2025-02-20 19:31:10 +00: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

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: