Skip to content

Commit

Permalink
test(GHA): Enable cron build for static-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Sep 25, 2021
1 parent d5ece9b commit 6478085
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static-builds.yml
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
branches:
- '**'
schedule:
# test master every Saturday at 08:00 UTC
- cron: '0 8 * * 6'
jobs:
static-bin-linux:
name: Builds static Linux binaries
Expand Down

0 comments on commit 6478085

Please sign in to comment.