We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae54c8 commit 93af39aCopy full SHA for 93af39a
1 file changed
.github/workflows/main.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
# This workflow contains a single job called "build"
13
Build-Demo:
14
- if: ${{ github.ref == 'refs/heads/demo' }}
+ if: ${{ github.ref == 'refs/heads/demo0311' }}
15
16
# The type of runner that the job will run on
17
runs-on: [self-hosted, sample-upload]
@@ -35,4 +35,4 @@ jobs:
35
password: ${{ secrets.FTP_DEMO_PASSWORD }}
36
port: 21
37
local-dir: /home/ubuntu/barcode-reader-javascript-samples/
38
- server-dir: /Demo.dynamsoft.com/Samples/DBR/JS/
+ server-dir: /Demo.dynamsoft.com/Samples/DBR/JS/
0 commit comments