Merge branch 'v2' of github.com:CherryHQ/cherry-studio into v2-video-generation

This commit is contained in:
icarus 2025-10-14 01:05:55 +08:00
commit 999c077b3a

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
PRCI: true
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false || github.head_ref == 'v2'
steps:
- name: Check out Git repository