There was an error while loading. Please reload this page.
1 parent ab36833 commit 39459c5Copy full SHA for 39459c5
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,10 @@ on:
7
branches: [master]
8
pull_request:
9
10
+ schedule:
11
+ # * is a special character in YAML so you have to quote this string
12
+ # Run at 1:00 every day
13
+ - cron: '0 1 * * *'
14
15
jobs:
16
build:
0 commit comments