From 2084c7b711fc28f88abadebcc55ed156add895b2 Mon Sep 17 00:00:00 2001 From: Arjun G <91885483+Arjun-Go@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:04:07 +0530 Subject: [PATCH] add. changes to automate omod publish for Bahmni-IPD-master branch (#4) --- .github/workflows/build_publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_publish.yaml b/.github/workflows/build_publish.yaml index 0a569fe..f9beb09 100644 --- a/.github/workflows/build_publish.yaml +++ b/.github/workflows/build_publish.yaml @@ -1,7 +1,9 @@ name: Build and Publish package on: push: - branches: [ main ] + branches: + - main + - Bahmni-IPD-master workflow_dispatch: jobs: