Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_continuous --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------

name: continuous

on:
Expand All @@ -40,6 +24,10 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: 'Setup: .NET SDK'
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v5
with:
Expand Down
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
[GitHubActions(
"continuous",
GitHubActionsImage.UbuntuLatest,
AutoGenerate = false,
OnPushBranches = ["main", "develop"],
OnPushTags = ["v*"],
OnPullRequestBranches = ["main", "develop"],
Expand Down
Loading