We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681ce82 commit d4e28a9Copy full SHA for d4e28a9
.github/workflows/ABAP_STANDARD.yaml
@@ -2,7 +2,7 @@ name: ABAP_STANDARD
2
3
on:
4
push:
5
- branches: [STANDARD]
+ branches: [standard]
6
7
permissions:
8
contents: read
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
with:
17
- ref: STANDARD
+ ref: standard
18
- uses: actions/setup-node@v3
19
20
node-version: 20
0 commit comments