From 9acc591d20a81726ef52ad4842a0cde426a4a139 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 1 May 2025 19:00:40 +0400 Subject: [PATCH 1/2] Replaced push to pull_request event in workflows --- .github/workflows/build-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index e934dc7..dab81fc 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -1,7 +1,7 @@ name: Build and publish jar to sonatype snapshot repository on: - push: + pull_request: branches-ignore: - master - version-* From 3b077f91556e6d70cce0a123a43f72c2cc08eb86 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 1 May 2025 19:09:44 +0400 Subject: [PATCH 2/2] Replaced push to pull_request event in workflows --- .github/workflows/build-snapshot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index dab81fc..cdfdd3f 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -2,9 +2,6 @@ name: Build and publish jar to sonatype snapshot repository on: pull_request: - branches-ignore: - - master - - version-* paths-ignore: - README.md