Browse Source

Force build on any branch

pull/1886/head
Gabe Kangas 5 years ago
parent
commit
3290297eed
  1. 8
      web/.github/workflows/build-next.yml

8
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

Loading…
Cancel
Save