From 00def83d172a6aebc6e522333981daf585ad19dd Mon Sep 17 00:00:00 2001 From: AdarshdeepCheema <57364561+AdarshdeepCheema@users.noreply.github.com> Date: Wed, 5 Apr 2023 10:22:46 -0400 Subject: [PATCH] Update/correct the branch name in workflow Signed-off-by: AdarshdeepCheema <57364561+AdarshdeepCheema@users.noreply.github.com> --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 1ef7598..ea12b6d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -2,7 +2,7 @@ name: Build and Test Workflow on: push: branches: - - master + - v1.x/master pull_request: types: [opened, synchronize] workflow_dispatch: @@ -357,4 +357,4 @@ jobs: if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}} uses: zowe-actions/nodejs-actions/bump-version@main env: - GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}