feat(deploy): use test branch for deploy

This commit is contained in:
artem.zaiko.ext 2022-04-28 14:57:48 +03:00
parent 3002c9f9de
commit eca3495265

View file

@ -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