From 96a438a61c14bd6bfc98a0a9e4a06eed5c0b3cc9 Mon Sep 17 00:00:00 2001 From: shubham_G <88794020+shubham17998@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:34:59 +0530 Subject: [PATCH] [DSD-5487] Updated push-trigger.yml Signed-off-by: shubham_G <88794020+shubham17998@users.noreply.github.com> --- .github/workflows/push-trigger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 2e7c2ca0..03e9141f 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -15,7 +15,7 @@ on: push: branches: - '!release-branch' - - develop + - develop* - release-* - master - 1.* @@ -171,4 +171,4 @@ jobs: OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} GPG_SECRET: ${{ secrets.GPG_SECRET }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}