#1948 - Make sure reference docs are deployed for 1.5.x releases.

This commit is contained in:
Oliver Drotbohm
2023-03-20 11:35:58 +01:00
parent 94d8b612ee
commit ca1100416b

1
Jenkinsfile vendored
View File

@@ -192,6 +192,7 @@ pipeline {
anyOf {
branch 'main'
branch 'release'
branch 'release-1.5'
}
}
agent {