We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d71f769 + e95c986 commit 0b7b9d6Copy full SHA for 0b7b9d6
1 file changed
.github/workflows/autoupdate-branch.yml
@@ -17,6 +17,8 @@ on:
17
push:
18
branches:
19
- main
20
+ schedule:
21
+ - cron: '*/30 * * * *' # every 30 minutes
22
23
jobs:
24
autoupdate:
0 commit comments