From e925a1bc825d9cc9d0cf2ddb88190fdf4e2b47eb Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:21:24 +0000 Subject: [PATCH] update github actions --- .github/workflows/ABAP_CLOUD.yaml | 2 +- .github/workflows/ABAP_STANDARD.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ABAP_CLOUD.yaml b/.github/workflows/ABAP_CLOUD.yaml index 486511da..25b3761f 100644 --- a/.github/workflows/ABAP_CLOUD.yaml +++ b/.github/workflows/ABAP_CLOUD.yaml @@ -2,7 +2,7 @@ name: ABAP_CLOUD on: push: - branches: [standard] + branches: [main] permissions: contents: read diff --git a/.github/workflows/ABAP_STANDARD.yaml b/.github/workflows/ABAP_STANDARD.yaml index c9837a59..3295f6c5 100644 --- a/.github/workflows/ABAP_STANDARD.yaml +++ b/.github/workflows/ABAP_STANDARD.yaml @@ -2,7 +2,7 @@ name: ABAP_CLOUD on: push: - branches: [standard] + branches: [main] permissions: contents: read