Skip to content

Add file .github/workflows/on-create-branch.yml #2

Add file .github/workflows/on-create-branch.yml

Add file .github/workflows/on-create-branch.yml #2

on:
pull_request:
jobs:
on_create_branch:
name: On Create Branch
runs-on: ubuntu-latest
steps:
- uses: ./
with:
command: on-create-branch
on_create_branch: 'new-branch-2'