diff --git a/Jenkinsfile.cd b/Jenkinsfile.cd index a14ab7c..d766f1b 100644 --- a/Jenkinsfile.cd +++ b/Jenkinsfile.cd @@ -34,14 +34,6 @@ pipeline { PYTHONDONTWRITEBYTECODE = 1 } - triggers { - gitea( - branchFilterType: 'Include', - branchFilter: 'main', - secret: '' - ) - } - stages { /* =========================