From 765eb98312da20adacd9f4929a48756ecfd3a635 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/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2207247..60370694 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,9 @@ on: push: branches: [master] pull_request: - branches: [master] + path: + - umap/* + - pyproject.toml jobs: tests: