diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 89cfda1fd3..753be55f9e 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -11,6 +11,7 @@ concurrency: jobs: release: name: Release + if: github.repository_owner == 'xemu-project' uses: ./.github/workflows/release.yml with: ref: ${{ github.ref_name }}