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 }}