automated terminal push

This commit is contained in:
lenape
2025-06-29 17:39:11 +00:00
parent 015ac7adc3
commit d06f94f41f

2
Jenkinsfile vendored
View File

@@ -153,7 +153,6 @@ pipeline {
stage('Publish') { stage('Publish') {
when { when {
// Only publish on main branch
branch 'main' branch 'main'
} }
} }
@@ -208,3 +207,4 @@ EOF
echo '⚠️ Build unstable — tests may have failed.' echo '⚠️ Build unstable — tests may have failed.'
} }
} }
}