Skip to content

ci(github): align NuGet publish workflows #28

ci(github): align NuGet publish workflows

ci(github): align NuGet publish workflows #28

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
pull-requests: read
statuses: write
concurrency:
group: pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
pr-title-check:
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1