fix: refs #5483 No apply changes of db in dev
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-01-30 10:00:35 +01:00
parent c96e380ba6
commit c80c8a5678
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -101,6 +101,7 @@ pipeline {
}
stage('Database') {
when { anyOf {
branch 'dev'
branch 'test'
branch 'master'
}}