publish on pr merge

This commit is contained in:
Tigger Kindel
2023-08-17 10:24:26 -06:00
committed by Tig
parent 8c9e96b163
commit a203e8a6a0

View File

@@ -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