CI: expand Docker Release paths-ignore to skip on any markdown

This commit is contained in:
quotentiroler 2026-02-10 00:39:26 -08:00
parent 57e60f5c05
commit bf308cf6a8
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ on:
- "v*"
paths-ignore:
- "docs/**"
- "*.md"
- "**/*.md"
- "**/*.mdx"
- ".agents/**"
- "skills/**"
env:
REGISTRY: ghcr.io