ci: Only generate releases on tag push to xemu-project/xemu

This commit is contained in:
Matt Borgerson
2026-01-15 03:52:15 -07:00
committed by mborgerson
parent 40003f67e9
commit 78f0b9e2b6
+1
View File
@@ -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 }}