fix(release): harden pre-release stability gates

This commit is contained in:
晴天
2026-07-12 12:50:38 -07:00
parent b36a85e230
commit f514761d59
30 changed files with 2536 additions and 380 deletions

View File

@@ -23,6 +23,7 @@ concurrency:
jobs:
build:
if: ${{ github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: 签出代码