refactor: change the branch name for deploy

This commit is contained in:
DESKTOP-Q2JDODV\Admin 2021-06-24 14:29:24 +03:00
parent 6b07e042e8
commit 9548eff5fa

View file

@ -3,7 +3,7 @@ name: Deploy to demo blob (azure storage)
on: on:
push: push:
branches: branches:
- azureCliDeploy-demo - demo
jobs: jobs:
build: build:
@ -16,7 +16,7 @@ jobs:
node-version: '10.x' node-version: '10.x'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: azureCliDeploy-demo ref: demo
- name: npm install, build - name: npm install, build
run: | run: |
npm install npm install