This commit is contained in:
Hasan Manzak
2023-02-23 03:57:01 +03:00
parent 01ba3914ae
commit a6dbcedf94
2 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ 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],
FetchDepth = 0
)
]
[GitHubActions("ci_publish", GitHubActionsImage.UbuntuLatest,