Skip to content

Commit

Permalink
ci: Schedule a monthly build.
Browse files Browse the repository at this point in the history
To avoid issues due to external build environment changes creeping in
undetected.
  • Loading branch information
jrfonseca committed Dec 9, 2023
1 parent f9c837e commit 76d8f7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *' # monthly

jobs:
build-native:
Expand Down

0 comments on commit 76d8f7e

Please sign in to comment.