From c8c3bf874126ec568193ee7f5b46d43da473037d Mon Sep 17 00:00:00 2001 From: KG Date: Sun, 10 Mar 2024 16:56:35 -0700 Subject: [PATCH] updated deploy workflow --- .github/workflows/deploy.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d8b1583..3b25f4f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,12 +3,15 @@ on: push: branches: - 'replace-nx-with-turborepo' -strategy: - matrix: - node-version: [18.x] - jobs: + build_and_deploy: + + strategy: + matrix: + node-version: [18.x] + + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2