1 Commits

Author SHA1 Message Date
ITDancer13
11c3781f9e Release new versions of Sieve via CI 2021-08-29 16:46:46 +02:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -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],