diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 3f86c6f..b9a2c7e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -3,6 +3,8 @@ on: push: branches: - v2.x/staging + - v2.x/rc + - v2.x/master pull_request: types: [opened, reopened, synchronize] @@ -15,9 +17,10 @@ on: description: 'Specify version you would like to build or override' required: false PERFORM_RELEASE: - description: '[Release] perform release' + type: boolean + description: 'Perform release, Defauls is false' required: false - + jobs: check-permission: runs-on: ubuntu-latest @@ -79,4 +82,4 @@ jobs: pax-name: sample-angular-app - name: '[Prep 8] deploy ' - uses: zowe-actions/zlux-builds/plugins/deploy-pax@v2.x/main \ No newline at end of file + uses: zowe-actions/zlux-builds/plugins/deploy-pax@v2.x/main