From c50713afb10e5a188cd8f11fd991bfb99d122e6b Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Sat, 12 Jul 2025 17:18:19 +0200 Subject: [PATCH] ci: skip ci tests when only markdown files are changed in a push Signed-off-by: Konstantinos --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08fb8ec..c81742b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,10 @@ name: ci on: - - push - - pull_request + push: + paths-ignore: + - '**/*.md' + pull_request: jobs: test: