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 599359c commit a8eb71fCopy full SHA for a8eb71f
.github/workflows/build.yaml
@@ -138,7 +138,7 @@ jobs:
138
make e2e-helm-test
139
140
- name: Deploy Snapshots
141
- if: success()
+ if: ${{ github.ref == 'refs/heads/master' && success() }}
142
env:
143
MAVEN_SONATYPE_USERNAME: ${{ secrets.MAVEN_SONATYPE_USERNAME }}
144
MAVEN_SONATYPE_TOKEN: ${{ secrets.MAVEN_SONATYPE_TOKEN }}
0 commit comments