Skip to content

Recreating develop branch #1

Recreating develop branch

Recreating develop branch #1

name: Auto-Create Develop Branch
run-name: Recreating develop branch
on:
pull_request_target:
types: [closed]
branches: [main]
jobs:
create-develop-branch:
uses: EddyTheCo/Common/.github/workflows/[email protected]
if: ${{ (github.event.pull_request.merged == true) && (startsWith(github.base_ref, 'main')) && (startsWith(github.head_ref, 'develop'))}}
permissions:
contents: write