mirror of
https://github.com/actions/cache.git
synced 2026-07-02 18:33:46 +08:00
Compare commits
4 Commits
v4.2.1
...
88a00250b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88a00250b4 | ||
|
|
7921ae235b | ||
|
|
3937731706 | ||
|
|
2094592b9a |
@@ -2,7 +2,7 @@ name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user