mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-27 12:43:13 +02:00
Build an PRs to releases/*
This commit is contained in:
committed by
Keivn Sommer
parent
9277690e96
commit
028ab1d196
@@ -15,7 +15,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
||||
[ShutdownDotNetAfterServerBuild]
|
||||
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
|
||||
OnPushBranches = new[] {"master", "releases/*"},
|
||||
OnPullRequestBranches = new[] {"master"},
|
||||
OnPullRequestBranches = new[] {"master", "releases/*"},
|
||||
AutoGenerate = true,
|
||||
InvokedTargets = new[] {nameof(Ci)},
|
||||
CacheKeyFiles = new string[0])]
|
||||
|
Reference in New Issue
Block a user