We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50f5dd commit fd33d59Copy full SHA for fd33d59
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,8 @@
1
name: test
2
3
on:
4
+ schedule:
5
+ - cron: '0 15 * * *'
6
push:
7
branches: [main]
8
workflow_dispatch:
0 commit comments