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 75e0959 commit 8ae3922Copy full SHA for 8ae3922
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
name : Publish
86
runs-on: ubuntu-latest
87
needs: [ test ]
88
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'tschuchortdev/kotlin-compile-testing'
89
env:
90
# https://proandroiddev.com/publishing-a-maven-artifact-3-3-step-by-step-instructions-to-mavencentral-publishing-bd661081645d
91
SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
0 commit comments