Skip to content

Commit 55766b1

Browse files
Update multi_tenant_deploy.yml
1 parent 3a6062c commit 55766b1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/multi_tenant_deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Build Cloud Cap Samples Java
22

33
on:
4-
# push:
5-
# branches: [multi_tenant_deploy]
4+
push:
5+
branches: [multi_tenant_deploy]
66
workflow_dispatch:
77
inputs:
88
deploy_branch:
9-
description: 'Specify the branch to deploy from'
9+
description: 'Specify the sdm branch'
10+
default: 'mt_test_rel_1.3.0'
1011
required: true
1112
cf_space:
1213
description: 'Specify the Cloud Foundry space to deploy to'
14+
default: 'capbugtest'
1315
required: true
1416

1517
jobs:

0 commit comments

Comments
 (0)