have both .md and .mdx

This commit is contained in:
svlandeg 2023-01-19 13:56:44 +01:00
parent 08c7661461
commit d5bd303b05

View File

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