diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d361de3..28d14e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: key: ${{ steps.nx-cache-restore.outputs.cache-primary-key }} deploy-preview: - if: github.ref == 'refs/heads/develop' or github.event.pull_request.head.repo.full_name == github.repository + if: github.ref == 'refs/heads/develop' || github.event.pull_request.head.repo.full_name == github.repository uses: ./.github/workflows/cd.yml secrets: inherit with: