Skip to content

Commit 9548eff

Browse files
refactor: change the branch name for deploy
1 parent 6b07e04 commit 9548eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azureCliDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to demo blob (azure storage)
33
on:
44
push:
55
branches:
6-
- azureCliDeploy-demo
6+
- demo
77

88
jobs:
99
build:
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '10.x'
1717
- uses: actions/checkout@v2
1818
with:
19-
ref: azureCliDeploy-demo
19+
ref: demo
2020
- name: npm install, build
2121
run: |
2222
npm install

0 commit comments

Comments
 (0)