[dev] Monorepo: revert pr-lint-monorepo workflow filters to previous state. (#52284)

This commit is contained in:
Vladimir Reznichenko 2024-10-24 08:02:46 +02:00 committed by GitHub
parent 8de9cd3b36
commit 9314a022de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
name: Run lint checks potentially affecting projects across the monorepo
on:
pull_request:
paths:
- '.github/workflows/pr-lint-monorepo.yml'
- 'packages/**'
- 'plugins/**'
- '!**/changelog/**'
paths-ignore:
- '**/changelog/**'
- '.github/**'
- '!.github/workflows/pr-lint-monorepo.yml'
- '!.github/workflows/pr-lint-monorepo.yml'
branches:
- 'trunk'