Merge pull request #94 from mxpv/nightly

This commit is contained in:
Maksym Pavlenko 2022-09-20 08:19:38 -07:00 committed by GitHub
commit 2c56e4eb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
pull_request:
push:
schedule:
- cron: '0 0 * * *' # Every day at midnight
jobs:
checks: