android-build: Run only on yuzu-android repository

This commit is contained in:
Morph 2023-07-07 13:57:09 -04:00
parent d6a9ed32e6
commit 82a105e2f8

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: