Skip to content

Commit 14367de

Browse files
committed
test gh action
1 parent ae34d94 commit 14367de

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.github/workflows/root-docs.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,32 @@
22
name: 'Generate Doxygen Documentation'
33

44
on:
5-
# TODO: incremental on pull request
5+
# https://github.com/root-project/root/pull/12112#issuecomment-1411004278
6+
pull_request:
7+
branches:
8+
- '**'
9+
paths-ignore:
10+
- 'doc/**'
11+
- 'documentation/**'
12+
613
push:
14+
# branches:
15+
# - 'master'
16+
# - 'v*-*-*-patches'
17+
18+
# Allows nightly builds to trigger one run for each branch easily, by
19+
# providing the relevant branch as "default" value here:
20+
workflow_call:
21+
inputs:
22+
head_ref:
23+
type: string
24+
default: master
25+
base_ref:
26+
type: string
27+
default: master
28+
ref_name:
29+
type: string
30+
default: master
731

832
workflow_dispatch:
933
inputs:
@@ -44,6 +68,9 @@ jobs:
4468
- linux
4569
- x64
4670

71+
permissions:
72+
contents: read
73+
4774
container:
4875
image: registry.cern.ch/root-ci/alma9:buildready # ALSO UPDATE BELOW!
4976
options: '--security-opt label=disable --rm' # ALSO UPDATE BELOW!

0 commit comments

Comments
 (0)