Skip to content

Commit

Permalink
VCI-128: Fix long live branches list
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Aug 19, 2021
1 parent 860e7c3 commit 60fc90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal partial class Build : NukeBuild
/// - Microsoft VSCode https://nuke.build/vscode

private static readonly string[] _moduleContentFolders = { "dist", "Localizations", "Scripts", "Content" };
private static readonly string[] _sonarLongLiveBranches = { "master", "develop" };
private static readonly string[] _sonarLongLiveBranches = { "master", "develop", "dev", "main" };
private static readonly HttpClient _httpClient = new HttpClient();
private static int? _exitCode;

Expand Down

0 comments on commit 60fc90e

Please sign in to comment.