We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af4afd commit 73f3895Copy full SHA for 73f3895
.github/workflows/build-and-test.yml
@@ -1,6 +1,8 @@
1
name: Build and test
2
3
on:
4
+ schedule:
5
+ - cron: '27 5 * * *'
6
push:
7
branches: [ "main" ]
8
pull_request:
0 commit comments