automated terminal push

This commit is contained in:
lenape
2025-06-29 17:26:54 +00:00
parent b77a1f7f3d
commit f10c615863

3
Jenkinsfile vendored
View File

@@ -153,10 +153,9 @@ pipeline {
stage('Publish') {
when {
// Only publish on main branch or release tags
// Only publish on main branch
anyOf {
branch 'main'
tag pattern: 'v\\d+\\.\\d+\\.\\d+', comparator: 'REGEXP'
}
}
steps {