chore(ci): fix cache
This commit is contained in:
parent
424c76f509
commit
a91f4f76f8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build-ci.yml
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build-ci.yml
|
||||
|
Loading…
Reference in New Issue
Block a user