another ci check

This commit is contained in:
Ulrich Mohr 2022-09-23 17:54:41 +02:00
parent 12d0c23c13
commit 9e6c1d60e5
1 changed files with 1 additions and 1 deletions

View File

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