Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonyuta0204 committed Nov 30, 2023
1 parent 6ffaa10 commit 40409f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- test/ci
- test/*

jobs:
Expand All @@ -19,15 +19,15 @@ jobs:
- name: Run a script
run: |
git fetch
git log origin/main..origin/release-stg
git log origin/test/ci..origin/release-stg
git log --all
- name: Run a script
uses: ./
with:
src-branch: "release-stg"
target-branch: "main"
target-branch: "test/ci"
- name: Run a script
uses: ./
with:
src-branch: "main"
src-branch: "test/ci"
target-branch: "test/merge-target"

0 comments on commit 40409f8

Please sign in to comment.