Skip to content

Commit 006d5d5

Browse files
Update main.yml
1 parent b4f551b commit 006d5d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
#- preview
12+
- v2
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:
@@ -34,7 +35,7 @@ jobs:
3435

3536
Build-v2:
3637
if: ${{ github.ref == 'refs/heads/v2' }}
37-
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@DCV-v2
38+
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@DCV-v2
3839
with:
3940
doc-repo: label-recognition-docs-mobile
4041
doc-url: label-recognition/docs/v2/mobile

0 commit comments

Comments
 (0)