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:
push:
branches:
- azureCliDeploy-demo
- demo
jobs:
build:
@ -16,7 +16,7 @@ jobs:
node-version: '10.x'
- uses: actions/checkout@v2
with:
ref: azureCliDeploy-demo
ref: demo
- name: npm install, build
run: |
npm install