diff --git a/Jenkinsfile b/Jenkinsfile index 8c120b6..5e81418 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Document') { when { - branch 'release' + branch 'main' } steps { sh 'dotnet tool restore'