From 6f97d15c3512fe0f27cc13d569df7fa3f716d7ae Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Fri, 8 Mar 2024 14:22:37 +0100 Subject: [PATCH] Update release action to run on every commit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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