Skip to content

Commit b96541e

Browse files
authored
Merge pull request #18 from Dynamsoft/master
update to 9.0.0
2 parents 4479bfb + 678797a commit b96541e

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,9 +9,10 @@ on:
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12+
# This workflow contains a single job called "build"
1213
Build-Demo:
1314
if: ${{ github.ref == 'refs/heads/demo' }}
14-
15+
1516
# The type of runner that the job will run on
1617
runs-on: self-hosted
1718

0 commit comments

Comments
 (0)