testing deployment of both development and master doc

This commit is contained in:
Ulrich Mohr 2022-09-23 14:14:10 +02:00
parent 5488ee715f
commit c0000a8635
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) {