From 9c4a4a2aa772b8a9216c014a8a9bf8a0470e0223 Mon Sep 17 00:00:00 2001 From: Joji Augustine Date: Tue, 21 Nov 2023 14:41:34 +0100 Subject: [PATCH] do not push for pull requests --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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