mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-22 06:43:54 -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:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
if: ${{ github.event.release.prerelease == false }}
|
if: ${{ github.event.release.prerelease == false && github.event.release.target_commitish == 'master' }}
|
||||||
runs-on: ubuntu-slim
|
runs-on: ubuntu-slim
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue