This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch publish-deploy in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 379fbf89634ce980235b809bdf49fcb01afb1d8f Author: Andy Seaborne <[email protected]> AuthorDate: Thu Sep 8 13:25:03 2022 +0100 Deploy website from branch 'publish' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e68008ab..fd75fea3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -99,7 +99,7 @@ pipeline { stage('Deploy') { when { anyOf { - branch 'main' + branch 'publish' } } steps {
