Skip to content

Merge branch 'main' into output #1

Merge branch 'main' into output

Merge branch 'main' into output #1

Workflow file for this run

name: build project on output branch
on:
push:
branches:
- output
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Build project
run: yarn build