We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f551b commit 006d5d5Copy full SHA for 006d5d5
.github/workflows/main.yml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- main
11
#- preview
12
+ - v2
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -34,7 +35,7 @@ jobs:
34
35
36
Build-v2:
37
if: ${{ github.ref == 'refs/heads/v2' }}
- 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
39
with:
40
doc-repo: label-recognition-docs-mobile
41
doc-url: label-recognition/docs/v2/mobile
0 commit comments