From a203e8a6a0cc41c9deceb86a85f399fb9e91eca8 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Thu, 17 Aug 2023 10:24:26 -0600 Subject: [PATCH] publish on pr merge --- .github/workflows/publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33adfb0be..4c0fe7219 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,14 +16,8 @@ on: - '**.md' jobs: - if_merged: - if: github.event.pull_request.merged == true - runs-on: ubuntu-latest - steps: - - run: | - echo The PR was merged - publish: + if: github.event.pull_request.merged == true name: Build and Publish to Nuget.org runs-on: ubuntu-latest