mirror of
https://github.com/Biarity/Sieve.git
synced 2024-12-04 19:16:24 +01:00
Disable publish for master - should be activated as soon as it's merged back for the first time.
This commit is contained in:
parent
27838b062c
commit
dd1b0a9edc
1
.github/workflows/ci_publish.yml
vendored
1
.github/workflows/ci_publish.yml
vendored
@ -19,7 +19,6 @@ 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[] {"master", "releases/*"},
|
||||
OnPushBranches = new[] {"releases/*"},
|
||||
AutoGenerate = true,
|
||||
InvokedTargets = new[] {nameof(CiPublish)},
|
||||
CacheKeyFiles = new string[0],
|
||||
|
Loading…
Reference in New Issue
Block a user