Force build on any branch
This commit is contained in:
8
web/.github/workflows/build-next.yml
vendored
8
web/.github/workflows/build-next.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user