Publish build for main branch (#88)

This commit is contained in:
Benoit TELLIER
2025-08-30 15:28:51 +07:00
committed by GitHub
parent 7d679d1357
commit 9b304c58f8
Vendored
+1 -1
View File
@@ -29,7 +29,7 @@ pipeline {
stage('Deploy docker images') {
when {
anyOf {
branch 'master'
branch 'main'
buildingTag()
}
}