There was an error while loading. Please reload this page.
1 parent ce32c65 commit 9b9ec54Copy full SHA for 9b9ec54
2 files changed
.github/workflows/docs.yml
@@ -18,6 +18,11 @@
18
name: Docs
19
20
on:
21
+ pull_request:
22
+ paths:
23
+ - '.github/workflows/docs.yml'
24
+ - 'cpp/apidoc/**'
25
+ - 'docs/**'
26
push:
27
28
permissions:
.github/workflows/docs_light.yml
@@ -21,14 +21,15 @@ on:
pull_request:
paths:
- '.dockerignore'
- - 'docs/**'
- '.github/workflows/docs_light.yml'
- 'ci/docker/conda.dockerfile'
- 'ci/docker/conda-cpp.dockerfile'
- 'ci/docker/conda-python.dockerfile'
29
- 'ci/scripts/cpp_build.sh'
30
- 'ci/scripts/python_build.sh'
31
- 'compose.yaml'
32
33
34
35
contents: read
0 commit comments