We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0004158 commit 7fe2dd3Copy full SHA for 7fe2dd3
.github/workflows/deploy.yml
@@ -88,5 +88,5 @@ jobs:
88
with:
89
context: .
90
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
91
- push: ${{ (github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')) }}
+ push: ${{ (github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')) }}
92
tags: ${{ steps.prep.outputs.tags }}
0 commit comments