mirror of
https://github.com/langgenius/dify.git
synced 2026-07-15 01:17:04 +08:00
16 lines
332 B
YAML
16 lines
332 B
YAML
web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'web/**'
|
|
- 'packages/**'
|
|
- 'package.json'
|
|
- 'pnpm-lock.yaml'
|
|
- 'pnpm-workspace.yaml'
|
|
- '.nvmrc'
|
|
|
|
e2e:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'e2e/**'
|
|
- '.github/workflows/web-e2e.yml'
|