From 7de0e452a80dd9df531ef762aae85d198d7464cc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.github/workflows/build-next.yml b/web/.github/workflows/build-next.yml index d9d713f0f..cead8518e 100644 --- a/web/.github/workflows/build-next.yml +++ b/web/.github/workflows/build-next.yml @@ -9,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