Don't rebuild on Markdown updates.

This commit is contained in:
Matthias Mailänder
2025-08-05 00:07:00 +02:00
committed by Gustas Kažukauskas
parent 885274e3d7
commit f8c8c36307

View File

@@ -2,8 +2,12 @@ name: Continuous Integration
on:
push:
paths-ignore:
- '*.md'
pull_request:
branches: [ bleed, 'prep-*' ]
paths-ignore:
- '*.md'
permissions:
contents: read # to fetch code (actions/checkout)