From a4f3d43a7aaea71d5636c1c883a801e103f82fff Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 31 Jan 2021 20:04:41 -0800 Subject: [PATCH] Force build on any branch --- web/.github/workflows/build-next.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/web/.github/workflows/build-next.yml b/web/.github/workflows/build-next.yml index d35c03938..cead8518e 100644 --- a/web/.github/workflows/build-next.yml +++ b/web/.github/workflows/build-next.yml @@ -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 \ No newline at end of file + run: npm install && npm run build