From 2d4d43131e41c844cc6b6a11aa442611e0ec4990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Tue, 6 Jan 2026 01:34:06 +0100 Subject: [PATCH] Ignore CI checks on readme updates --- .github/workflows/ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbab515..0fa6539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,18 @@ name: CI on: - push: pull_request: + paths-ignore: + - '**/*.md' + - 'README*' + - 'LICENSE*' + push: + branches: + - master + paths-ignore: + - '**/*.md' + - 'README*' + - 'LICENSE*' jobs: build: