This commit is contained in:
Hasan Manzak
2023-02-23 03:05:40 +03:00
parent 491ffe0287
commit 61b58e5210

View File

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