fix(ci): keep vendor/** on both quality-gate path filters
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user