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: push:
branches: branches:
- demo - demo
- demo-enable-gh-actions-manual-trigger
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
@ -17,7 +16,7 @@ jobs:
node-version: '12' node-version: '12'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: demo ref: demo-enable-gh-actions-manual-trigger
- name: npm install, build - name: npm install, build
run: | run: |
npm install npm install