Github Actions to only apply the review position for specific jobs in a workflow
I am new to Github actions. I am using it to deploy to an AWS account, a lambda application committed to a Github repository. Currently I am using this workflow below so that only a pull request that is merged and closed will trigger the workflow. This is a dotnet application which requires a build step.