ignore all mdx files and all files in website

This commit is contained in:
svlandeg 2023-01-19 12:22:57 +01:00
parent a9910b6081
commit 08c7661461

View File

@ -10,14 +10,13 @@ trigger:
paths:
exclude:
- "website/*"
- "*.md"
- "*.mdx"
- ".github/workflows/*"
pr:
paths:
exclude:
- "*.md"
- "website/docs/*"
- "website/src/*"
- "website/*"
- "*.mdx"
- ".github/workflows/*"
jobs: