1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Run CI also once a day

This commit is contained in:
Roman Zeyde 2021-09-19 22:38:35 +03:00
parent e29483318e
commit 048d038aaf

View File

@ -1,6 +1,10 @@
name: electrs
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *' # once a day
jobs:
audit: