mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 04:20:47 -07:00
android-build: Run only on yuzu-android repository
This commit is contained in:
1
.github/workflows/android-build.yml
vendored
1
.github/workflows/android-build.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
android:
|
android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'yuzu-emu/yuzu-android' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user