Skip to content

Commit 9a61ccd

Browse files
committed
Add weekly scheduled builds on Sundays at midnight UTC
1 parent dc81e0b commit 9a61ccd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: "0 0 * * 0" # Run every Sunday at midnight UTC
79
workflow_dispatch: {}
810

911
permissions:

0 commit comments

Comments
 (0)