We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b83a55 commit e95c986Copy full SHA for e95c986
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