diff --git a/ci/Jenkinsfile.gh-pages b/ci/Jenkinsfile.gh-pages index 8b29da7ee6..e347769791 100644 --- a/ci/Jenkinsfile.gh-pages +++ b/ci/Jenkinsfile.gh-pages @@ -39,7 +39,7 @@ pipeline { } stage('Publish') { - when { expression { GIT_BRANCH.endsWith('build-examples') } } + when { expression { GIT_BRANCH.endsWith('master') } } steps { script { sshagent(credentials: ['status-im-auto-ssh']) { sh 'npm run deploy'