mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-25 02:50:27 +08:00
change: update ci, allow push to trigger it.†
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -27,8 +27,8 @@ jobs:
|
||||
build-webui:
|
||||
runs-on: ubuntu-latest
|
||||
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_name == 'push' && github.ref_type == 'tag' && (contains(github.ref, 'alpha') || contains(github.ref, 'beta')) }}
|
||||
needs: [test]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user