Skip to content

Update github workflows to use main branch #1261

Update github workflows to use main branch

Update github workflows to use main branch #1261

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- run: npm install
- run: npm test
- run: npm run build