Skip to content

Commit

Permalink
Update cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brbrbr authored Jun 21, 2024
1 parent f8e55c3 commit c54ce11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
name: Release Cleanup workflow

on:
workflow_dispatch:
release:
types: [created]
push:

steps:
- uses: actions/checkout@v3
- uses: Nats-ji/delete-old-releases@v1
Expand Down

0 comments on commit c54ce11

Please sign in to comment.