Skip to content

Commit 5e91466

Browse files
committed
Merge branch 'main' of github.com:baoduy/DKNet
2 parents 6d38fb5 + 3251fd2 commit 5e91466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: baoduy/ShareWorkflows/.github/workflows/dotnet-nuget-release.yml@main
1212
with:
1313
Project_Path: 'DKNet.FW.sln'
14-
Enable_Release: false
14+
Enable_Release: false, ## ${{ github.ref == 'refs/heads/main'}}
1515
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
1616
Dotnet_Version: 9.x
1717
secrets:

0 commit comments

Comments
 (0)