Skip to content

Commit c6e53b7

Browse files
authored
Run CI Daily (#674)
* Run ci daily at 730am * Update action syntax * Update to once a month
1 parent f43ca9f commit c6e53b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [ master ]
99
pull_request:
1010
workflow_dispatch:
11+
schedule:
12+
- cron: '0 0 1 * *'
1113

1214
jobs:
1315
main:

0 commit comments

Comments
 (0)