Browse Source

android-build: Run only on yuzu-android repository

pull/15/merge
Morph 3 years ago
parent
commit
82a105e2f8
  1. 1
      .github/workflows/android-build.yml

1
.github/workflows/android-build.yml

@ -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:

Loading…
Cancel
Save