We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eeb2c commit 7069691Copy full SHA for 7069691
.github/workflows/go.yml
@@ -86,3 +86,4 @@ jobs:
86
tags: ${{ steps.meta.outputs.tags }}
87
labels: ${{ steps.meta.outputs.labels }}
88
platforms: linux/amd64,linux/arm64
89
+ push: ${{ github.event_name != 'pull_request' }}
0 commit comments