mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
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:
parent
815ff046ff
commit
6530aaa794
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-docs.yml
vendored
4
.github/workflows/test-docs.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue