automated terminal push

This commit is contained in:
lenape
2025-06-29 17:31:08 +00:00
parent f10c615863
commit 8ef1eeed96

1
Jenkinsfile vendored
View File

@@ -154,7 +154,6 @@ pipeline {
stage('Publish') {
when {
// Only publish on main branch
anyOf {
branch 'main'
}
}