Skip to content

Commit

Permalink
πŸ’š Remove main branch condition
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 18, 2023
1 parent 025e44e commit bef4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Build : NukeBuild

Target Publish => _ => _
.DependsOn(Pack)
.OnlyWhenDynamic(() => IsServerBuild && Repository.IsOnMainBranch())
.OnlyWhenDynamic(() => IsServerBuild)
.Executes(() => {
// extract the version from a single project and check if it is part of the repository tags
Expand Down

0 comments on commit bef4d46

Please sign in to comment.