1
0
mirror of https://github.com/bia-technologies/precommit4onec.git synced 2024-11-21 17:36:46 +02:00
precommit4onec/build-configuration.json

12 lines
190 B
JSON

{
"sonarqube" : true,
"test" : true,
"coverage" : true,
"build" : true,
"publish" : {
"enable" : true,
"stableBranch" : "release/.*",
"develop" : true
}
}