From 7c5939790cc07ae151a1e6a35f30f27d0c5eadda Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Fri, 4 Mar 2022 08:31:17 -0800 Subject: [PATCH] Add beta to docker build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a42b786e..84dfaa00b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: # build and push image to docker hub. build-docker-image: - if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/ngx-')) + if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/tags/ngx-')) runs-on: ubuntu-latest needs: [tests, codeformatting, codestyle] steps: