Replace features by releases

This commit is contained in:
ITDancer139 2021-05-14 20:52:51 +02:00 committed by Keivn Sommer
parent d5474478b3
commit 9277690e96
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ on:
push:
branches:
- master
- 'features/*'
- 'releases/*'
pull_request:
branches:
- master

View File

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