Run tests on github PR and daily

This commit is contained in:
David Dworken 2022-09-17 11:54:26 -07:00
parent 099bc1ea6f
commit 52047a45bd

View File

@ -2,6 +2,9 @@ name: Tests
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]