From 0ae38aa4689bb13d6d437c1c42a7acc48bdd227f Mon Sep 17 00:00:00 2001 From: aditi2205 Date: Thu, 28 Sep 2023 15:20:20 +0530 Subject: [PATCH] update actions --- .github/workflows/publish-central.yml | 6 ++++-- pom.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-central.yml b/.github/workflows/publish-central.yml index 54828f1..229e62f 100644 --- a/.github/workflows/publish-central.yml +++ b/.github/workflows/publish-central.yml @@ -1,8 +1,10 @@ name: Publish package to the Maven Central Repository on: - release: - types: [ published ] +# release: +# types: [ published ] + pull_request: + branches: [ "master" ] jobs: release: diff --git a/pom.xml b/pom.xml index 0db5087..9d6107a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.intuit.rwebpulse rwebpulse - 1.0.0 + 1.0.1-SNAPSHOT jar Spring Web Client https://github.com/intuit/rwebpulse