Skip to content

Commit 2be75a1

Browse files
committed
Add monthly build CI schedule
CI artifacts expire in 90 days, so the download link becomes dead otherwise.
1 parent 80ad129 commit 2be75a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7+
schedule:
8+
- cron: '31 1 1 * *' # Monthly: 01:31 UTC on day 1 of each month
9+
# GitHub Actions load is high at minute 0, so avoid that
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)