1
0
Fork 0
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:
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: pull_request:
branches: branches:
- main - main
push:
branches:
- main
permissions: permissions:
contents: read contents: read

View file

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

View file

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

View file

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