mirror of
https://github.com/rharkor/caching-for-turbo.git
synced 2025-06-09 09:35:17 +09:00
fix: readme
This commit is contained in:
parent
c8f05a9c78
commit
4e6c062f68
4 changed files with 2 additions and 10 deletions
3
.github/workflows/check-dist.yml
vendored
3
.github/workflows/check-dist.yml
vendored
|
@ -13,9 +13,6 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -5,9 +5,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- dev
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -4,9 +4,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
schedule:
|
||||
- cron: '31 7 * * 3'
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ the following step **before** you run `turbo build`:
|
|||
|
||||
```yaml
|
||||
- name: Cache for Turbo
|
||||
uses: rharkor/caching-for-turbo@v1.6
|
||||
uses: rharkor/caching-for-turbo@v1.7
|
||||
```
|
||||
|
||||
This GitHub Action facilitates:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue