Update build-app-workflow.yaml

This commit is contained in:
Test1524473 2023-11-27 09:49:47 +01:00 committed by GitHub
parent 7b7447abfb
commit 63466111fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 == 'beemdevelopment/Aegis' || github.repository == 'alexbakker/Aegis'
if: github.repository == 'user0-tb/Aegis' || github.repository == 'alexbakker/Aegis'
steps:
- name: Checkout
uses: actions/checkout@v3