android-build: Run only on yuzu-android repository

This commit is contained in:
Morph 2023-07-07 13:57:09 -04:00
parent 92a4846dc6
commit 4257f06257

View file

@ -10,6 +10,7 @@ on:
jobs:
android:
runs-on: ubuntu-latest
if: ${{ github.repository == 'yuzu-emu/yuzu-android' }}
steps:
- uses: actions/checkout@v3
with: