1
0
mirror of https://github.com/bia-technologies/diff3cf.git synced 2024-11-30 08:16:58 +02:00
diff3cf/build-configuration.json
2024-05-22 20:08:57 +03:00

12 lines
201 B
JSON

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