mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-13 10:35:09 +00:00
fix(workflow): 移除发布条件检查以简化工作流
This commit is contained in:
parent
cf74e90c1d
commit
64d4847350
1
.github/workflows/Build_Image.yml
vendored
1
.github/workflows/Build_Image.yml
vendored
@ -11,7 +11,6 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
if: startsWith(github.event.release.tag_name, 'v')
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
1
.github/workflows/npm.yml
vendored
1
.github/workflows/npm.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
if: startsWith(github.event.release.tag_name, 'v')
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user