publish on pr merge

This commit is contained in:
Tigger Kindel
2023-08-17 10:13:13 -06:00
committed by Tig
parent bb837271cf
commit b703dd8b74

View File

@@ -10,10 +10,19 @@ on:
pull_request:
branches: [ develop, v2_develop ]
types:
- closed
paths-ignore:
- '**.md'
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged
publish:
name: Build and Publish to Nuget.org
runs-on: ubuntu-latest