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