Skip to content

Commit f7775c1

Browse files
Merge pull request #194 from dynamsoft-docs/preview
update to internal commit 49b539f5
2 parents 24adcb2 + 046bb12 commit f7775c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
# Triggers the workflow on push events but only for the master branch
7+
# Triggers the workflow on push events but only for the main branch
88
push:
99
branches:
10-
- master
10+
- main
1111
#- preview
1212

1313
# Allows you to run this workflow manually from the Actions tab
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
# This workflow contains jobs called "Build-Master" and "Build-Preview"
1919
Build-Main:
20-
if: ${{ github.ref == 'refs/heads/master' }}
20+
if: ${{ github.ref == 'refs/heads/main' }}
2121
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
2222
with:
2323
doc-repo: label-recognition-docs

0 commit comments

Comments
 (0)