Skip to content

Commit 1be87ce

Browse files
authored
ci: Run the UI suite when top level package detail changes. (#27801)
1 parent 5e4b572 commit 1be87ce

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test-ui.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@ on:
33
pull_request:
44
paths:
55
- "ui/**"
6+
- ".npmrc"
7+
- "package.json"
8+
- "pnpm-lock.yaml"
9+
- "pnpm-workspace.yaml"
610
push:
711
branches:
812
- main
913
- release/**
1014
- test-ui
1115
paths:
1216
- "ui/**"
17+
- ".npmrc"
18+
- "package.json"
19+
- "pnpm-lock.yaml"
20+
- "pnpm-workspace.yaml"
1321

1422
jobs:
1523
pre-test:

0 commit comments

Comments
 (0)