Browse Source

Force build on any branch

pull/1886/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
a4f3d43a7a
  1. 10
      web/.github/workflows/build-next.yml

10
web/.github/workflows/build-next.yml

@ -1,11 +1,5 @@ @@ -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: @@ -15,4 +9,4 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm install && npm run build
run: npm install && npm run build

Loading…
Cancel
Save