Skip to content

Commit c5017b2

Browse files
remove remove testing code
1 parent 539850a commit c5017b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
nuget:
12-
if: false
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v4
@@ -27,6 +26,7 @@ jobs:
2726
run: nuget push *.nupkg -Source 'https://api.nuget.org/v3/index.json'
2827

2928
release-asset:
29+
if: github.event_name != 'workflow_dispatch'
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)