devops: extend client side changes pattern to include protocol and API changes (#28682)

This commit is contained in:
Yury Semikhatsky 2023-12-18 06:06:29 -08:00 committed by GitHub
parent aaf9cc5b49
commit ea4bb715f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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