ci: dont run internal tests on markdown changes

This commit is contained in:
Damien Retzinger
2026-05-09 20:19:03 -04:00
parent d7959941c6
commit 38423ddb9b
12 changed files with 24 additions and 24 deletions
@@ -7,14 +7,14 @@ on:
paths:
- ".github/workflows/_internal-semver-compare.yaml"
- "semver-compare/**"
- "!(**/*.md)"
- "!**/*.md"
pull_request:
branches:
- main
paths:
- ".github/workflows/_internal-semver-compare.yaml"
- "semver-compare/**"
- "!(**/*.md)"
- "!**/*.md"
jobs:
semver-compare: