Skip to content

Commit 6478085

Browse files
committed
test(GHA): Enable cron build for static-builds.yml
1 parent d5ece9b commit 6478085

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches:
1010
- '**'
11+
schedule:
12+
# test master every Saturday at 08:00 UTC
13+
- cron: '0 8 * * 6'
1114
jobs:
1215
static-bin-linux:
1316
name: Builds static Linux binaries

0 commit comments

Comments
 (0)