another ci check

This commit is contained in:
Ulrich Mohr 2022-09-23 18:33:47 +02:00
parent 9e6c1d60e5
commit 4f3361eb2b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ pipeline {
}
stage('Master Documentation') {
when {
branch 'master'
branch 'mohr/documentation_ci'
}
steps {
dir(DOCDDIR) {