1
0
mirror of https://github.com/Biarity/Sieve.git synced 2025-04-17 00:53:06 +02:00

Release new versions of Sieve via CI ()

This commit is contained in:
ITDancer13 2021-08-31 10:13:01 +02:00 committed by GitHub
parent 1a9371a636
commit 6025c7fd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
.github/workflows
build

@ -19,6 +19,7 @@ name: ci_publish
on:
push:
branches:
- master
- 'releases/*'
jobs:

@ -21,7 +21,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
InvokedTargets = new[] {nameof(Ci)},
CacheKeyFiles = new string[0])]
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
OnPushBranches = new[] {"releases/*"},
OnPushBranches = new[] {"master", "releases/*"},
AutoGenerate = true,
InvokedTargets = new[] {nameof(CiPublish)},
CacheKeyFiles = new string[0],