Skip to content

Commit

Permalink
Add monthly cron build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Standage committed Apr 8, 2022
1 parent e7d713c commit afc64b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI Build

on: [push]
on:
push:
schedule:
- cron: '0 4 1 * *'

jobs:
build:
Expand Down

0 comments on commit afc64b5

Please sign in to comment.