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.
2 parents 24adcb2 + 046bb12 commit f7775c1Copy full SHA for f7775c1
.github/workflows/main.yml
@@ -4,10 +4,10 @@ name: CI
4
5
# Controls when the workflow will run
6
on:
7
- # Triggers the workflow on push events but only for the master branch
+ # Triggers the workflow on push events but only for the main branch
8
push:
9
branches:
10
- - master
+ - main
11
#- preview
12
13
# Allows you to run this workflow manually from the Actions tab
@@ -17,7 +17,7 @@ on:
17
jobs:
18
# This workflow contains jobs called "Build-Master" and "Build-Preview"
19
Build-Main:
20
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
21
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
22
with:
23
doc-repo: label-recognition-docs
0 commit comments