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 1efaffd commit b0c902a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: 'Release Cleanup workflow'

on:
workflow_dispatch:
push:
release:

jobs:
my_first_job:
Expand All @@ -13,4 +15,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
keep-count: 1
keep-old-minor-releases: true
keep-old-minor-releases-by: 'major'
keep-old-minor-releases-by: 'minor'

0 comments on commit b0c902a

Please sign in to comment.