mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Force build on any branch
This commit is contained in:
parent
10387c3bb3
commit
a4f3d43a7a
10
web/.github/workflows/build-next.yml
vendored
10
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
|
||||
@ -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…
x
Reference in New Issue
Block a user