Skip to content

Commit be9a82c

Browse files
authored
Update ABAP_CLOUD.yaml
1 parent d4e28a9 commit be9a82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ABAP_CLOUD.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ABAP_CLOUD
22

33
on:
44
push:
5-
branches: [CLOUD]
5+
branches: [cloud]
66

77
permissions:
88
contents: read
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
17-
ref: CLOUD
17+
ref: cloud
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 20

0 commit comments

Comments
 (0)