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:
parent
e29483318e
commit
048d038aaf
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: electrs
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # once a day
|
||||
|
||||
jobs:
|
||||
audit:
|
||||
|
Loading…
Reference in New Issue
Block a user