[dev] Monorepo: revert pr-lint-monorepo workflow filters to previous state. (#52284)
This commit is contained in:
parent
8de9cd3b36
commit
9314a022de
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue