ci: Ignore changelog.d/ dir changes when building images/bins

.mdx files were also added to ignored paths for extras
This commit is contained in:
stratself
2026-04-15 06:49:17 +00:00
committed by Ellis Git
parent b202e82c26
commit 991859a9e4
+3
View File
@@ -9,6 +9,9 @@ on:
paths-ignore:
- "*.md"
- "**/*.md"
- "*.mdx"
- "**/*.mdx"
- "changelog.d/**"
- ".gitlab-ci.yml"
- ".gitignore"
- "renovate.json"