Skip to content

Commit ece03ca

Browse files
committed
[ci][docs] Add a pull request trigger for the doxygen job.
When the workflow file or the doxygen folder are touched, the CI will also run the doxygen build.
1 parent 6bae7b0 commit ece03ca

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/root-docs-ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: 'ROOT Docs CI'
22

33
on:
4+
pull_request:
5+
paths:
6+
- '.github/workflows/root-docs-ci.yml'
7+
- 'documentation/doxygen/**'
8+
branches:
9+
- 'master'
410

5-
# Allows nightly builds to trigger one run for each branch easily, by
6-
# providing the relevant branch as "default" value here:
711
workflow_call:
812
inputs:
913
input_branch:
@@ -85,9 +89,10 @@ jobs:
8589
--incremental false
8690
--base_ref ${BASE_REF}
8791
--head_ref ${BASE_REF}
88-
--binaries false
8992
--repository ${{ github.server_url }}/${{ github.repository }}
90-
--overrides testing=Off roottest=Off"
93+
--overrides testing=Off roottest=Off
94+
--upload_artifacts false
95+
--binaries false"
9196

9297
- name: Run Doxygen
9398
working-directory: ${{ env.DOC_LOCATION }}

0 commit comments

Comments
 (0)