diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00d2185..aa63477 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,6 +3,8 @@ on: push: branches: - main + path-ignore: + - "**/README.md" tags: ['*'] pull_request: workflow_dispatch: diff --git a/README.md b/README.md index 397f040..642c446 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ query_result = query(tree, Extent(X=(0, 100.5), Y=(0, 1.5))) query_result = query(tree, query_geometry) ``` +The query result is a `Vector{Int}` that you can use to index into the collection of geometries from which the tree was created, under the assumption that it has not changed since then. + Contributions are welcome! :) \ No newline at end of file