chore: ignore paths that shouldn't trigger CI builds

This commit is contained in:
Marcus Holland-Moritz 2025-09-04 23:18:18 +02:00
parent 569589d1c2
commit 8a3737388e

View File

@ -8,6 +8,11 @@ on:
- 'mhx/**'
tags:
- v*
paths-ignore:
- '/CHANGES.md'
- '/CITATION.cff'
- '/README.md'
- '/TODO'
permissions:
contents: read