mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Force build on any branch
This commit is contained in:
parent
5fc955d2a1
commit
3290297eed
1 changed files with 1 additions and 7 deletions
8
web/.github/workflows/build-next.yml
vendored
8
web/.github/workflows/build-next.yml
vendored
|
@ -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…
Reference in a new issue