mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 21:42:38 +01:00
Release new versions of Sieve via CI
This commit is contained in:
parent
e83d213181
commit
11c3781f9e
1
.github/workflows/ci_publish.yml
vendored
1
.github/workflows/ci_publish.yml
vendored
@ -19,6 +19,7 @@ name: ci_publish
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- master
|
||||||
- 'releases/*'
|
- 'releases/*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -21,7 +21,7 @@ using static Nuke.Common.Tools.DotNet.DotNetTasks;
|
|||||||
InvokedTargets = new[] {nameof(Ci)},
|
InvokedTargets = new[] {nameof(Ci)},
|
||||||
CacheKeyFiles = new string[0])]
|
CacheKeyFiles = new string[0])]
|
||||||
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
|
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,
|
||||||
OnPushBranches = new[] {"releases/*"},
|
OnPushBranches = new[] {"master", "releases/*"},
|
||||||
AutoGenerate = true,
|
AutoGenerate = true,
|
||||||
InvokedTargets = new[] {nameof(CiPublish)},
|
InvokedTargets = new[] {nameof(CiPublish)},
|
||||||
CacheKeyFiles = new string[0],
|
CacheKeyFiles = new string[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user