diff --git a/.github/workflows/client-release.yml b/.github/workflows/client-release.yml index bdad8b3..c70c8dc 100644 --- a/.github/workflows/client-release.yml +++ b/.github/workflows/client-release.yml @@ -11,6 +11,7 @@ permissions: jobs: build: + if: github.repository == 'mutte-me/mutte-client' name: ${{ matrix.platform }} permissions: contents: read @@ -153,7 +154,7 @@ jobs: retention-days: 30 notarize: - if: github.ref_type == 'tag' + if: github.repository == 'mutte-me/mutte-client' && github.ref_type == 'tag' needs: build name: notarize-${{ matrix.platform }} strategy: @@ -239,7 +240,7 @@ jobs: exit 1 release: - if: github.ref_type == 'tag' + if: github.repository == 'mutte-me/mutte-client' && github.ref_type == 'tag' needs: [build, notarize] runs-on: ubuntu-24.04 permissions: diff --git a/SOURCE-COMMIT b/SOURCE-COMMIT index 95d8d6e..aeb28cd 100644 --- a/SOURCE-COMMIT +++ b/SOURCE-COMMIT @@ -1 +1 @@ -d518b6d72a0b69e639f6f7ab044c7835cac683f8 +9fbb06cd1ccd1d9f62bbfb3ad57bf623a07797ea