mirror of
https://github.com/bia-technologies/precommit4onec.git
synced 2024-11-21 17:36:46 +02:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"sonarqube" : true,
|
|
"test" : true,
|
|
"coverage" : true,
|
|
"build" : true,
|
|
"publish" : {
|
|
"enable" : true,
|
|
"stableBranch" : "release/.*",
|
|
"develop" : true
|
|
}
|
|
}
|