devops: extend client side changes pattern to include protocol and API changes (#28682)
This commit is contained in:
parent
aaf9cc5b49
commit
ea4bb715f3
|
|
@ -4,9 +4,11 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
|
- 'docs/src/api/**/*',
|
||||||
- 'packages/playwright-core/src/client/**/*'
|
- 'packages/playwright-core/src/client/**/*'
|
||||||
- 'packages/playwright-core/src/utils/isomorphic/**/*'
|
- 'packages/playwright-core/src/utils/isomorphic/**/*'
|
||||||
- 'packages/playwright/src/matchers/matchers.ts'
|
- 'packages/playwright/src/matchers/matchers.ts'
|
||||||
|
- 'packages/protocol/src/protocol.yml'
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue