We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74379f commit 1344400Copy full SHA for 1344400
1 file changed
.github/workflows/root-docs-ci.yml
@@ -1,9 +1,13 @@
1
name: 'ROOT Docs CI'
2
3
on:
4
+ pull_request:
5
+ paths:
6
+ - '.github/workflows/root-docs-ci.yml'
7
+ - 'documentation/doxygen/**'
8
+ branches:
9
+ - 'master'
10
- # Allows nightly builds to trigger one run for each branch easily, by
- # providing the relevant branch as "default" value here:
11
workflow_call:
12
inputs:
13
input_branch:
@@ -84,9 +88,10 @@ jobs:
84
88
--incremental false
85
89
--base_ref ${BASE_REF}
86
90
--head_ref ${BASE_REF}
87
- --binaries false
91
--repository ${{ github.server_url }}/${{ github.repository }}
- --overrides testing=Off roottest=Off"
92
+ --overrides testing=Off roottest=Off
93
+ --upload_artifacts false
94
+ --binaries false"
95
96
- name: Run Doxygen
97
working-directory: ${{ env.DOC_LOCATION }}
0 commit comments