Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 4e436fe

Browse files
committed
[CI] Delete restrictive check of event params on deploy
1 parent a5d98a7 commit 4e436fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Test
2525
run: dotnet test --no-restore --verbosity normal
2626
- name: Create tag and publish to nuget
27-
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
2827
id: publish_nuget
2928
uses: rohith/publish-nuget@v2
3029
with:

0 commit comments

Comments
 (0)