diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84e71ee..9f5e525 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,4 +16,4 @@ jobs: subFolder: typescript-node imageName: ghcr.io/codesandbox/devcontainers/typescript-node cacheFrom: ghcr.io/codesandbox/devcontainers/typescript-node - push: always \ No newline at end of file + push: ${{ github.event_name != 'pull_request' }} \ No newline at end of file