Skip to content

Commit c8e5895

Browse files
committed
Add cron running
1 parent 281dc59 commit c8e5895

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test-via-cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
schedule:
11+
- cron: '3 14 1 * *' # <https://crontab.guru/#3_14_1_*_*> - "Once a month"
1012
workflow_dispatch:
1113

1214
jobs:

0 commit comments

Comments
 (0)