CI: Add all paths before excluding patterns (#12419)

This commit is contained in:
Adriane Boyd 2023-03-14 16:06:08 +01:00
parent 545218a7d9
commit 7880da952b

View File

@ -22,6 +22,7 @@ on:
pull_request:
types: [opened, synchronize, reopened, edited]
paths:
- "**"
- "!*.md"
- "!*.mdx"
- "!website/docs/**"