mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-09 21:49:57 +08:00
fix: ci problem
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
build-webui:
|
||||
if: >
|
||||
(github.event_name == 'pull_request') ||
|
||||
(github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta')))
|
||||
(github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta'))
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
steps:
|
||||
@@ -145,7 +145,7 @@ jobs:
|
||||
release:
|
||||
if: >
|
||||
(github.event_name == 'pull_request' && github.event.pull_request.merged == true) ||
|
||||
(github.event_name == 'push' && contains(github.ref, 'tags')))
|
||||
(github.event_name == 'push' && contains(github.ref, 'tags'))
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build-docker ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user