From da4ca06930effe5c1d62a4998239d6385bea91f3 Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Thu, 22 Aug 2024 17:52:56 -0400 Subject: [PATCH] updated the dupli --- .github/workflows/deploy-to-maven-central.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-maven-central.yml b/.github/workflows/deploy-to-maven-central.yml index 1841106..aefc936 100644 --- a/.github/workflows/deploy-to-maven-central.yml +++ b/.github/workflows/deploy-to-maven-central.yml @@ -1,10 +1,12 @@ name: Deploy to Maven Central on: push: - tags: - - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme - release: - types: [created] # This triggers the workflow when a release is created + branches: + - testm + #tags: + # - 'v*.*.*' # Adjust the tag pattern to match your versioning scheme + #release: + # types: [created] # This triggers the workflow when a release is created jobs: deploy: