Skip to content

Commit 3ea38de

Browse files
Update multi_tenant_deploy.yml
1 parent 1401a97 commit 3ea38de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi_tenant_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: Build Cloud Cap Samples Java
55
on:
66
# Trigger the workflow on push to main branch and manual runs.
77
push:
8-
branches: [cfdeploy]
8+
branches: [multi_tenant_deploy]
99
workflow_dispatch:
1010

1111
jobs:
1212
build:
13-
runs-on: cap-java
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout this repository

0 commit comments

Comments
 (0)