add scheduled workflow runs

This commit is contained in:
Fabio Ivona
2023-02-06 09:13:07 +01:00
parent b1545f270f
commit 8a2aeff9a0
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,11 @@
name: Tests
on: ['push', 'pull_request']
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
ci: