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 11cf9d8 commit e4f2831Copy full SHA for e4f2831
1 file changed
.github/workflows/build.yml
@@ -68,6 +68,7 @@ jobs:
68
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
69
70
- name: Maven deploy snapshot
71
+ if: github.event_name != 'pull_request'
72
run: mvn deploy -DskipTests
73
env:
74
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments