From 9548eff5fad5a4a11a90503d7d3f054ac749b5f6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Thu, 24 Jun 2021 14:29:24 +0300 Subject: [PATCH] refactor: change the branch name for deploy --- .github/workflows/azureCliDeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azureCliDeploy.yml b/.github/workflows/azureCliDeploy.yml index ef53a7f0..153f6cc0 100644 --- a/.github/workflows/azureCliDeploy.yml +++ b/.github/workflows/azureCliDeploy.yml @@ -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