mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(deploy): use test branch for deploy
This commit is contained in:
parent
3002c9f9de
commit
eca3495265
1 changed files with 1 additions and 2 deletions
3
.github/workflows/azureCliDeploy.yml
vendored
3
.github/workflows/azureCliDeploy.yml
vendored
|
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- demo
|
||||
- demo-enable-gh-actions-manual-trigger
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -17,7 +16,7 @@ jobs:
|
|||
node-version: '12'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: demo
|
||||
ref: demo-enable-gh-actions-manual-trigger
|
||||
- name: npm install, build
|
||||
run: |
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue