Skip to content

Commit

Permalink
build: pack stable when branchName is master
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Jan 4, 2024
1 parent dea2caf commit 84d0623
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 @@ -60,7 +60,7 @@ await BuildProcess.CreateBuilder()
.WithDependency("test")
.WithExecution(async () =>
{
if (stable)
if (stable || branchName == "master")
{
foreach (var project in srcProjects)
{
Expand Down

0 comments on commit 84d0623

Please sign in to comment.