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 6bae7b0 commit ece03caCopy full SHA for ece03ca
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:
@@ -85,9 +89,10 @@ jobs:
85
89
--incremental false
86
90
--base_ref ${BASE_REF}
87
91
--head_ref ${BASE_REF}
88
- --binaries false
92
--repository ${{ github.server_url }}/${{ github.repository }}
- --overrides testing=Off roottest=Off"
93
+ --overrides testing=Off roottest=Off
94
+ --upload_artifacts false
95
+ --binaries false"
96
97
- name: Run Doxygen
98
working-directory: ${{ env.DOC_LOCATION }}
0 commit comments