diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index e934dc7..cdfdd3f 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -1,10 +1,7 @@ name: Build and publish jar to sonatype snapshot repository on: - push: - branches-ignore: - - master - - version-* + pull_request: paths-ignore: - README.md