Skip to content

Commit 88f7513

Browse files
chore: run deletion on merge to default branch (#12)
1 parent 969e21a commit 88f7513

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cache.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Cache
22
on:
3-
schedule:
4-
- cron: "0 0 * * *"
3+
push:
4+
branches:
5+
- main
56
workflow_dispatch:
67
concurrency:
78
group: ${{ github.workflow }}-${{ github.ref }}-cache

0 commit comments

Comments
 (0)