Check for master branch

This commit is contained in:
tooomm 2026-04-26 17:38:21 +02:00 committed by GitHub
parent 35915ef3c5
commit 693052196d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ on:
jobs:
cleanup:
if: ${{ github.event.release.prerelease == false }}
if: ${{ github.event.release.prerelease == false && github.event.release.target_commitish == 'master' }}
runs-on: ubuntu-slim
permissions: