From f82dd4d6e3dbbc515318da0e9d6bbab4fb97ef6e Mon Sep 17 00:00:00 2001 From: Chris Maltby Date: Thu, 27 Jun 2024 14:55:46 +0100 Subject: [PATCH] Build releases for wip- branches --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cab70d409..cc470cdcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: deploy: needs: test runs-on: ${{ matrix.os }} - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/beta-') + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/beta-') || startsWith(github.ref, 'refs/heads/wip-') strategy: matrix: