diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ac19bfb58..706ad33c6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: citra-build on: push: - branches: [ "*" ] + branches: [ "master" ] tags: [ "*" ] pull_request: branches: [ master ] @@ -250,7 +250,7 @@ jobs: release: runs-on: ubuntu-latest needs: [windows, linux, macos-universal, android, source] - if: ${{ startsWith(github.ref, 'refs/tags/') }} + if: ${{ startsWith(github.ref, 'refs/heads/master') && github.repository == 'PabloMK7/citra' }} steps: - uses: actions/download-artifact@v4 - name: Create release