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:
|
||||
- main
|
||||
paths:
|
||||
- 'docs/src/api/**/*',
|
||||
- 'packages/playwright-core/src/client/**/*'
|
||||
- 'packages/playwright-core/src/utils/isomorphic/**/*'
|
||||
- 'packages/playwright/src/matchers/matchers.ts'
|
||||
- 'packages/protocol/src/protocol.yml'
|
||||
jobs:
|
||||
check:
|
||||
name: Check
|
||||
|
|
|
|||
Loading…
Reference in a new issue