Jenkinsfile: update name of main branch

This commit is contained in:
Benjamin Dauvergne 2021-04-07 18:06:11 +02:00
parent bd7acfd2f3
commit d9db91ec9f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
}
anyOf {
tag 'v*'
branch 'master'
branch 'main'
}
}
steps {