Skip to content

Commit 6fcf21d

Browse files
committed
feat: change default branch to dev
1 parent 44bb6a0 commit 6fcf21d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ jobs:
219219
- Updates from learn to `apps/docs/content/en/learn`
220220
branch: docs/sync-nextjs-documentation
221221
delete-branch: true
222-
base: main
222+
base: dev
223223
add-paths: |
224224
apps/docs/content/

.github/workflows/translate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
custom_arguments: ${{ github.event.inputs.custom_arguments }}
7272
pr_branch: ${{ github.event.inputs.pr_branch || 'docs/update-translations' }}
7373
# translation_command: 'pnpm run translate'
74-
# base_branch: 'main'
74+
base_branch: 'dev'
7575
# pr_branch: 'docs/update-translations'
7676
# pr_title: 'Update translations'
7777
# The following uses YAML pipe syntax for multi-line strings

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- opened
77
- synchronize
88
branches:
9-
- main
9+
- dev
1010

1111

1212
jobs:

0 commit comments

Comments
 (0)