From 571d71274f555e72ea4f7e7a524be88ac3a10e3f Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:33:58 +0100 Subject: [PATCH] Update build_web.yaml --- .github/workflows/build_web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_web.yaml b/.github/workflows/build_web.yaml index 9bce9da3..60082d62 100644 --- a/.github/workflows/build_web.yaml +++ b/.github/workflows/build_web.yaml @@ -21,6 +21,7 @@ jobs: - run: npm run transpile - name: send to downport repository uses: peaceiris/actions-gh-pages@v3 + if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-samples' with: external_repository: abap2UI5/abap2UI5-web user_name: 'github-actions[bot]'