Skip to content

Commit

Permalink
feat: ornikar config allow develop as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 23, 2023
1 parent 8586e76 commit bdd5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountConfigs/ornikar.ts
Expand Up @@ -198,7 +198,7 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
],
base: [
{
regExp: /^(master|main)$/,
regExp: /^(master|main|develop)$/,
createStatusInfo: (match) => {
if (match) {
return null;
Expand Down

0 comments on commit bdd5620

Please sign in to comment.