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