Skip to content

Commit

Permalink
do not push for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mojojoji committed Nov 21, 2023
1 parent 0154ac5 commit 9c4a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
subFolder: typescript-node
imageName: ghcr.io/codesandbox/devcontainers/typescript-node
cacheFrom: ghcr.io/codesandbox/devcontainers/typescript-node
push: always
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 9c4a4a2

Please sign in to comment.