Skip to content

Commit 1344400

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 a74379f commit 1344400

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:
@@ -84,9 +88,10 @@ jobs:
8488
--incremental false
8589
--base_ref ${BASE_REF}
8690
--head_ref ${BASE_REF}
87-
--binaries false
8891
--repository ${{ github.server_url }}/${{ github.repository }}
89-
--overrides testing=Off roottest=Off"
92+
--overrides testing=Off roottest=Off
93+
--upload_artifacts false
94+
--binaries false"
9095

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

0 commit comments

Comments
 (0)