1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-09 17:44:48 +09:00

Merge branch 'dev'

This commit is contained in:
rharkor 2025-04-10 13:43:35 +02:00
commit 946c135409
4 changed files with 2 additions and 10 deletions

View file

@ -13,9 +13,6 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read

View file

@ -5,9 +5,6 @@ on:
branches:
- main
- dev
push:
branches:
- main
workflow_dispatch:

View file

@ -4,9 +4,7 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: '31 7 * * 3'

View file

@ -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: