Skip to content

Commit

Permalink
fix: for test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Nov 29, 2023
1 parent 0af75dc commit 436e54c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/auto-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Manual Dispatch

on:
workflow_dispatch:
push:
branches:
- main

jobs:
run:
Expand All @@ -17,3 +20,8 @@ jobs:
with:
src-branch: "release-stg"
target-branch: "main"
- name: Run a script
uses: ./
with:
src-branch: "main"
target-branch: "test/merge-target"

0 comments on commit 436e54c

Please sign in to comment.