chore(ci): fix cache

This commit is contained in:
Changhua 2025-04-24 15:32:06 +08:00
parent 424c76f509
commit a91f4f76f8
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches: branches:
- master - master
permissions:
contents: read
actions: write
jobs: jobs:
build: build:
uses: ./.github/workflows/build-ci.yml uses: ./.github/workflows/build-ci.yml

View File

@ -5,6 +5,10 @@ on:
tags: tags:
- "v[0-9]+.[0-9]+.[0-9]+" - "v[0-9]+.[0-9]+.[0-9]+"
permissions:
contents: read
actions: write
jobs: jobs:
build: build:
uses: ./.github/workflows/build-ci.yml uses: ./.github/workflows/build-ci.yml