From bccdbfa976c8b54dd2dfbf0d336423d81cc17e91 Mon Sep 17 00:00:00 2001 From: Test1524473 <104380885+user0-tb@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:19:13 +0100 Subject: [PATCH] Update build-app-workflow.yaml --- .github/workflows/build-app-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-app-workflow.yaml b/.github/workflows/build-app-workflow.yaml index bd2c33c9..515b2e04 100644 --- a/.github/workflows/build-app-workflow.yaml +++ b/.github/workflows/build-app-workflow.yaml @@ -22,7 +22,7 @@ jobs: test: runs-on: macos-latest # This is probably pretty expensive for GitHub, so restrict the repositories that this job runs on - if: github.repository == 'user0-tb/Aegis' || github.repository == 'alexbakker/Aegis' + if: github.repository == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis' steps: - name: Checkout uses: actions/checkout@v3