mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user