From 3e197f47434d8e34d4910362b33a2a160af1a676 Mon Sep 17 00:00:00 2001 From: Max Novak Date: Tue, 8 Oct 2024 21:22:11 +0300 Subject: [PATCH] remove comments --- .github/workflows/nuget.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index f11bcbf..c6935c4 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -1,7 +1,6 @@ name: Publish Nuget on: - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: push: tags: @@ -9,7 +8,6 @@ on: jobs: publish: - # The type of runner that the job will run on runs-on: ubuntu-latest steps: