Browse Source

Force build on any branch

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

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

@ -1,11 +1,5 @@
name: Build admin app name: Build admin app
on: on: [push, pull_request]
push:
branches:
- master
pull_request:
branches: master
jobs: jobs:
run: run:
name: npm run build name: npm run build

Loading…
Cancel
Save