Skip to content

Commit d4e28a9

Browse files
authored
Update ABAP_STANDARD.yaml
1 parent 681ce82 commit d4e28a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ABAP_STANDARD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ABAP_STANDARD
22

33
on:
44
push:
5-
branches: [STANDARD]
5+
branches: [standard]
66

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

0 commit comments

Comments
 (0)