blob: ce4ac4d1f96488b9a682055c703f771d6916e05d [file] [log] [blame]
name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'feature/*'
- 'releases/*'
jobs:
# make sure build/ci work properly
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run all