ci: remove invalid strategy and guard winget/homebrew to main repo (#6427)

This commit is contained in:
nerix
2025-08-28 23:47:52 +02:00
committed by GitHub
parent 32b9f8207d
commit f87aac7011
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
publish:
runs-on: windows-latest
if: ${{ startsWith(github.event.release.tag_name, 'v') }}
if: ${{ startsWith(github.event.release.tag_name, 'v') }} && github.repository_owner == 'Chatterino'
steps:
- uses: vedantmgoyal9/winget-releaser@main
with: