Reorder paths

This commit is contained in:
Adriane Boyd 2023-03-13 12:38:23 +01:00
parent 88623dd53d
commit 275b5444df

View File

@ -22,7 +22,6 @@ on:
pull_request: pull_request:
types: [opened, synchronize, reopened, edited] types: [opened, synchronize, reopened, edited]
paths: paths:
- ".github/workflows/tests.yml"
- "!*.md" - "!*.md"
- "!*.mdx" - "!*.mdx"
- "!website/docs/**" - "!website/docs/**"
@ -35,6 +34,7 @@ on:
- "!website/meta/type-annotations.json" - "!website/meta/type-annotations.json"
- "!website/pages/**" - "!website/pages/**"
- "!.github/workflows/**" - "!.github/workflows/**"
- ".github/workflows/tests.yml"
jobs: jobs:
validate: validate: