Skip to content

Commit 559070e

Browse files
authored
Use dev instead of main when publishing (#187)
1 parent a55b380 commit 559070e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
simple_mode: false
4444
branch_pattern: '^(main|release-[0-9]+\.[0-9]+.*)$'
45+
switch_main_to_dev: true
4546
secrets:
4647
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
4748
DOC_AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)