mirror of
https://github.com/actions/cache.git
synced 2025-11-07 02:36:54 +00:00
Compare commits
2 commits
8184a919ab
...
e2d09c6f33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2d09c6f33 | ||
|
|
2094592b9a |
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Caches have [branch scope restriction](https://docs.github.com/en/actions/using-
|
|||
```yaml
|
||||
name: cleanup caches by a branch
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- closed
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue