From f8c8c36307fd203b5653e64312ffa3e88c36277a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 5 Aug 2025 00:07:00 +0200 Subject: [PATCH] Don't rebuild on Markdown updates. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6de0595ac3..c8e69fa51d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)