Skip to content

Create pull_request_template.md #142

Create pull_request_template.md

Create pull_request_template.md #142

Workflow file for this run

name: Detect Release
on:
pull_request:
types: [closed]
branches: [main]
permissions:
contents: write
jobs:
programs:
if: |
github.event.pull_request.merged == true &&
startsWith(github.event.pull_request.head.ref, 'release/v')
uses: ./.github/workflows/publish.yml
secrets: inherit