From bac3ef9d8f1691ea7e614f211379be283d248140 Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 21 Jun 2024 17:40:07 +0200 Subject: [PATCH] Update cleanup.yml --- .github/workflows/cleanup.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 082a10c..5a1739c 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -2,11 +2,7 @@ name: 'Release Cleanup workflow' on: workflow_dispatch: - release: - types: [created] - push: - pull: - + steps: - uses: actions/checkout@v3 - uses: Nats-ji/delete-old-releases@v1