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 815ff046ff
commit 6530aaa794

View file

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