ci(copr): fix release event conditions (#4360)

This commit is contained in:
ReenigneArcher 2025-10-25 20:10:21 -04:00 committed by GitHub
commit c2fb5438af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
if: if:
github.event_name == 'release' && github.event_name == 'release' &&
startsWith(github.repository, 'LizardByte/') && startsWith(github.repository, 'LizardByte/') &&
github.event.release.prerelease == false github.event.release.prerelease == true
needs: needs:
- call-copr-ci - call-copr-ci
permissions: permissions: