Delete trigger

This commit is contained in:
2025-12-28 11:05:24 +01:00
parent bc044a10c9
commit b15630c7ea

View File

@@ -34,14 +34,6 @@ pipeline {
PYTHONDONTWRITEBYTECODE = 1 PYTHONDONTWRITEBYTECODE = 1
} }
triggers {
gitea(
branchFilterType: 'Include',
branchFilter: 'main',
secret: ''
)
}
stages { stages {
/* ========================= /* =========================