Skip to content

Commit c9a4386

Browse files
authored
chore: Change the docs build target branch to pre-prod/main (#14318)
1 parent f26c105 commit c9a4386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
git checkout -b $TEMP_BRANCH_NAME
6565
git push origin $TEMP_BRANCH_NAME
66-
gh pr create -B main -H $TEMP_BRANCH_NAME --title 'chore: amplify-js api references update' --body 'Merge the api references changes from the most recent release.'
66+
gh pr create -B pre-prod/main -H $TEMP_BRANCH_NAME --title 'chore: amplify-js api references update' --body 'Merge the api references changes from the most recent release.'

0 commit comments

Comments
 (0)