mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-11 10:35:50 +08:00
fix: ci problem
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -26,8 +26,8 @@ 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 == 'pull_request') ||
|
||||
(github.event_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta')))
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
steps:
|
||||
@@ -144,8 +144,8 @@ 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 == 'pull_request' && github.event.pull_request.merged == true) ||
|
||||
(github.event_name == 'push' && contains(github.ref, 'tags')))
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ build-docker ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user