Browse Source

publish on pr merge

Tigger Kindel 2 years ago
parent
commit
a203e8a6a0
1 changed files with 1 additions and 7 deletions
  1. 1 7
      .github/workflows/publish.yml

+ 1 - 7
.github/workflows/publish.yml

@@ -16,14 +16,8 @@ on:
       - '**.md'
       - '**.md'
 
 
 jobs:
 jobs:
-  if_merged:
-    if: github.event.pull_request.merged == true
-    runs-on: ubuntu-latest
-    steps:
-    - run: |
-        echo The PR was merged
-
   publish:
   publish:
+    if: github.event.pull_request.merged == true
     name: Build and Publish to Nuget.org
     name: Build and Publish to Nuget.org
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest