Skip to content

Commit 9b9ec54

Browse files
committed
Add trigger for pull_requests on Debian docs
1 parent ce32c65 commit 9b9ec54

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
name: Docs
1919

2020
on:
21+
pull_request:
22+
paths:
23+
- '.github/workflows/docs.yml'
24+
- 'cpp/apidoc/**'
25+
- 'docs/**'
2126
push:
2227

2328
permissions:

.github/workflows/docs_light.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ on:
2121
pull_request:
2222
paths:
2323
- '.dockerignore'
24-
- 'docs/**'
2524
- '.github/workflows/docs_light.yml'
2625
- 'ci/docker/conda.dockerfile'
2726
- 'ci/docker/conda-cpp.dockerfile'
2827
- 'ci/docker/conda-python.dockerfile'
2928
- 'ci/scripts/cpp_build.sh'
3029
- 'ci/scripts/python_build.sh'
3130
- 'compose.yaml'
31+
- 'cpp/apidoc/**'
32+
- 'docs/**'
3233

3334
permissions:
3435
contents: read

0 commit comments

Comments
 (0)