Force build on any branch

This commit is contained in:
Gabe Kangas 2021-01-31 20:04:41 -08:00 committed by GitHub
parent 10387c3bb3
commit a4f3d43a7a

View File

@ -1,11 +1,5 @@
name: Build admin app
on:
push:
branches:
- master
pull_request:
branches: master
on: [push, pull_request]
jobs:
run:
name: npm run build
@ -15,4 +9,4 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm install && npm run build
run: npm install && npm run build