mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-14 02:20:53 +08:00
fix: workflows
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -147,6 +147,9 @@ jobs:
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{ github.event_name == 'pull_request' && github.event.pull_request.merged == true }}
|
||||
|| ${{ github.event_name == 'push' && contains(github.ref, 'tags') }}
|
||||
needs: [ build-docker ]
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user