From 4e6c062f686ec26fa6043bf294408d0ca356220d Mon Sep 17 00:00:00 2001 From: rharkor Date: Thu, 10 Apr 2025 13:43:15 +0200 Subject: [PATCH] fix: readme --- .github/workflows/check-dist.yml | 3 --- .github/workflows/ci.yml | 3 --- .github/workflows/codeql-analysis.yml | 4 +--- README.md | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index ec9d892..8666c0a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -13,9 +13,6 @@ on: pull_request: branches: - main - push: - branches: - - main permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9a5e4..b57c025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ on: branches: - main - dev - push: - branches: - - main workflow_dispatch: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5f8e060..d98f95a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,9 +4,7 @@ on: pull_request: branches: - main - push: - branches: - - main + schedule: - cron: '31 7 * * 3' diff --git a/README.md b/README.md index 15b1205..8985795 100644 --- a/README.md +++ b/README.md @@ -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: