diff --git a/.github/workflows/ABAP_STANDARD.yaml b/.github/workflows/ABAP_STANDARD.yaml index 826d40f7..7456f8e0 100644 --- a/.github/workflows/ABAP_STANDARD.yaml +++ b/.github/workflows/ABAP_STANDARD.yaml @@ -1,7 +1,7 @@ name: ABAP_STANDARD on: - push: + pull_request: branches: [main] permissions: @@ -17,4 +17,4 @@ jobs: with: node-version: 20 - run: npm ci - - run: npx abaplint .github/abaplint/abap_standard.jsonc \ No newline at end of file + - run: npx abaplint .github/abaplint/abap_standard.jsonc