mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Check for master branch
This commit is contained in:
parent
35915ef3c5
commit
693052196d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases-cleanup.yml
vendored
2
.github/workflows/releases-cleanup.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue