mirror of
https://github.com/rharkor/caching-for-turbo.git
synced 2025-06-11 18:20:24 +09:00
Merge branch 'dev'
This commit is contained in:
commit
946c135409
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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -5,9 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -4,9 +4,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '31 7 * * 3'
|
- cron: '31 7 * * 3'
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ the following step **before** you run `turbo build`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Cache for Turbo
|
- name: Cache for Turbo
|
||||||
uses: rharkor/caching-for-turbo@v1.6
|
uses: rharkor/caching-for-turbo@v1.7
|
||||||
```
|
```
|
||||||
|
|
||||||
This GitHub Action facilitates:
|
This GitHub Action facilitates:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue