Skip to content

Commit

Permalink
ci: automatically cherry-pick from develop to main
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed Apr 29, 2024
1 parent 3abad83 commit a69fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Cherry pick Release/candidate into develop'
on:
pull_request:
branches:
- test
- develop
types:
- closed

Expand All @@ -20,7 +20,7 @@ jobs:
id: cherry-pick
uses: ./
with:
target-branch: 'target'
target-branch: 'main'
- name: Get the output
run:
echo "The created PR number is ${{
Expand Down

0 comments on commit a69fbf7

Please sign in to comment.