chore: do not run CI if no umap code files has been changed

Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
Yohan Boniface 2025-02-10 16:22:01 +01:00
parent 082701bcd5
commit 765eb98312

View file

@ -4,7 +4,9 @@ on:
push:
branches: [master]
pull_request:
branches: [master]
path:
- umap/*
- pyproject.toml
jobs:
tests: