From ec91a82db6f7a7a061fbb4ea9639f2bff335faa5 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:05:39 -0800 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5096758ea5..f5b780ff9e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -407,7 +407,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check if the target branch is develop - if: github.event.pull_request.base.ref != 'develop-postgres' + if: github.event.pull_request.base.ref != 'develop' run: | - echo "Error: Pull request target branch must be 'develop-postgres'. Please refer PR_GUIDELINES.md" + echo "Error: Pull request target branch must be 'develop'. Please refer PR_GUIDELINES.md" exit 1