ci: 调整workflow

- 为deploy添加build的前置要求
This commit is contained in:
2025-09-24 16:15:12 +08:00
parent d154fed609
commit e54d5ef3c2

View File

@ -29,6 +29,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout