fix(ci): keep vendor/** on both quality-gate path filters
Independent Staging Quality Gate / validate (push) Successful in 9m36s
Independent Staging Quality Gate / publish (push) Successful in 8m7s

BUG-714: deploy/gated-paths.txt already listed vendor/** after the
qizheng vendoring, but backend-quality-gate.yml did not. The contract
test requires the two lists to match.
This commit is contained in:
jesse-ux
2026-09-15 18:31:46 +08:00
parent 8d6a4bd065
commit 298a73e8e5
3 changed files with 26 additions and 0 deletions
@@ -22,6 +22,7 @@ on:
- 'skills/**'
- 'deploy/**'
- 'frontend/**'
- 'vendor/**'
- 'contracts/**'
push:
branches: [staging]
@@ -41,6 +42,7 @@ on:
- 'skills/**'
- 'deploy/**'
- 'frontend/**'
- 'vendor/**'
- 'contracts/**'
workflow_dispatch: