Skip to content

Commit

Permalink
ci: add prs to develop from base-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 3, 2024
1 parent 6c095a2 commit efff953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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:
- develop
- base-submodule
types:
- closed

Expand All @@ -20,7 +20,8 @@ jobs:
id: cherry-pick
uses: ./
with:
target-branch: 'main'
target-branch: 'develop'
submodules-target-branch: 'develop'
pr-title-suffix: '🍒'
- name: Get the output
run:
Expand Down

0 comments on commit efff953

Please sign in to comment.