This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1d607c794 FINERACT-2081: Publish docker image only for develop branch 
and versioned tags
1d607c794 is described below

commit 1d607c794679e6777739156efa8e74c589497462
Author: Adam Saghy <[email protected]>
AuthorDate: Wed May 29 17:04:41 2024 +0200

    FINERACT-2081: Publish docker image only for develop branch and versioned 
tags
---
 .github/workflows/publish-dockerhub.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-dockerhub.yml 
b/.github/workflows/publish-dockerhub.yml
index 846621144..2bfa0a743 100644
--- a/.github/workflows/publish-dockerhub.yml
+++ b/.github/workflows/publish-dockerhub.yml
@@ -1,6 +1,11 @@
 name: Fineract Publish to DockerHub
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - develop
+    tags:
+      - 1.*
 
 permissions:
   contents: read

Reply via email to