build on feature branches

This commit is contained in:
ITDancer139 2021-05-14 20:50:21 +02:00 committed by Keivn Sommer
parent 20c264be58
commit 4c5510772a

View File

@ -14,7 +14,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
[CheckBuildProjectConfigurations]
[ShutdownDotNetAfterServerBuild]
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
OnPushBranches = new[] {"master"},
OnPushBranches = new[] {"master", "features"},
OnPullRequestBranches = new[] {"master"},
AutoGenerate = true,
InvokedTargets = new[] {nameof(Ci)},