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: paths:
exclude: exclude:
- "website/*" - "website/*"
- "*.md"
- "*.mdx" - "*.mdx"
- ".github/workflows/*" - ".github/workflows/*"
pr: pr:
paths: paths:
exclude: exclude:
- "website/*" - "website/*"
- "*.md"
- "*.mdx" - "*.mdx"
- ".github/workflows/*" - ".github/workflows/*"