We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc81e0b commit 9a61ccdCopy full SHA for 9a61ccd
1 file changed
.github/workflows/build-and-push.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: "0 0 * * 0" # Run every Sunday at midnight UTC
9
workflow_dispatch: {}
10
11
permissions:
0 commit comments