aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMorph <[email protected]>2023-07-07 13:57:09 -0400
committerMorph <[email protected]>2023-07-07 13:57:09 -0400
commit82a105e2f859ab1cb2567bc50cee5a32c3616981 (patch)
tree12f51372cf39a336d878de037390e2ce15245d19 /.github
parentd6a9ed32e6a8315fc5aef0da70de31256fc86a2b (diff)
downloadyuzu-android-82a105e2f859ab1cb2567bc50cee5a32c3616981.tar.gz
yuzu-android-82a105e2f859ab1cb2567bc50cee5a32c3616981.zip
android-build: Run only on yuzu-android repository
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml
index e639e965a..5893f860e 100644
--- a/.github/workflows/android-build.yml
+++ b/.github/workflows/android-build.yml
@@ -10,6 +10,7 @@ on:
jobs:
android:
runs-on: ubuntu-latest
+ if: ${{ github.repository == 'yuzu-emu/yuzu-android' }}
steps:
- uses: actions/checkout@v3
with: