Skip to content

Commit

Permalink
Run cleanup workflow on main pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Apr 9, 2024
1 parent 570ba4d commit 8f4faa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Remove old packages
on:
schedule:
- cron: "0 8 * * *"
push:
branches:
- main
defaults:
run:
shell: bash
Expand Down

0 comments on commit 8f4faa7

Please sign in to comment.