Skip to content

Commit

Permalink
Add back pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelsken committed Jan 1, 2024
1 parent 5e89cda commit d113c8c
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions .github/workflows/on_create_branch.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# on:
# workflow_call:
# inputs:
# branch_name:
# type: string
# required: true
#
# jobs:
# on_create_branch:
# name: On Create Branch
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 'lts/*'
# cache: 'yarn'
# - run: echo Hello Create Branch ${{ inputs.branch_name }}
# - run: echo about done
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'

0 comments on commit d113c8c

Please sign in to comment.