Skip to content

Commit

Permalink
Update/correct the branch name in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: AdarshdeepCheema <[email protected]>
  • Loading branch information
AdarshdeepCheema authored Apr 5, 2023
1 parent ebebd86 commit 00def83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test Workflow
on:
push:
branches:
- master
- v1.x/master
pull_request:
types: [opened, synchronize]
workflow_dispatch:
Expand Down Expand Up @@ -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 }}
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}

0 comments on commit 00def83

Please sign in to comment.