mirror of
https://github.com/Biarity/Sieve.git
synced 2025-01-19 00:22:48 +01:00
Update pipeline to build on feature branches
This commit is contained in:
parent
4c5510772a
commit
d5474478b3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -20,6 +20,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'features/*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
@ -14,7 +14,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
||||
[CheckBuildProjectConfigurations]
|
||||
[ShutdownDotNetAfterServerBuild]
|
||||
[GitHubActions("ci", GitHubActionsImage.UbuntuLatest,
|
||||
OnPushBranches = new[] {"master", "features"},
|
||||
OnPushBranches = new[] {"master", "features/*"},
|
||||
OnPullRequestBranches = new[] {"master"},
|
||||
AutoGenerate = true,
|
||||
InvokedTargets = new[] {nameof(Ci)},
|
||||
|
Loading…
Reference in New Issue
Block a user