Skip to content

Commit

Permalink
don't run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Nov 13, 2024
1 parent c7dfd6e commit dd23e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/develocity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<buildScan>
<backgroundBuildScanUpload>#{isFalse(env['CI'])}</backgroundBuildScanUpload> <!-- adjust to your CI provider -->
<publishing>
<onlyIf><![CDATA[authenticated && isTrue(env['CI'])]]></onlyIf>
<onlyIf><![CDATA[authenticated && isTrue(env['CI'] && env['GITHUB_HEAD_REF'] == null)]]></onlyIf>
</publishing>
<obfuscation>
<ipAddresses>#{{'0.0.0.0'}}</ipAddresses>
Expand Down

0 comments on commit dd23e5e

Please sign in to comment.