From 1539741e7166f57e37835671b672666f6a8cd789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 15 Dec 2025 14:46:07 +0100 Subject: [PATCH] Don't run the CI build when only Python scripts are edited. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c53bc4b26..836a9d8398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: branches: [ bleed, 'prep-*' ] paths-ignore: - '*.md' + - '*.py' permissions: contents: read # to fetch code (actions/checkout)