From 6530aaa794ab1e2172d9e5ebf0e47071fb664b45 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 10 Feb 2025 16:22:01 +0100 Subject: [PATCH] chore: do not run CI if no umap code files has been changed Co-authored-by: David Larlet --- .github/workflows/test-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index f2ce937a..fe55b988 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -4,7 +4,9 @@ on: push: branches: [master] pull_request: - branches: [master] + path: + - umap/* + - pyproject.toml jobs: tests: