Rebuild at least once a month

This commit is contained in:
TheAssassin 2022-03-03 18:35:27 +01:00
parent 4c5b9c5daf
commit ed42a40a87

View File

@ -1,6 +1,12 @@
name: CI
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
schedule:
# build at least once a month
- cron: '0 0 1 * *'
jobs:
build-and-test: