.github/workflows/nix.yml: run daily

This commit is contained in:
Vaibhav Sagar 2020-05-03 13:56:34 +08:00
parent d42b22a7bf
commit 057cc5d65a

View File

@ -1,5 +1,7 @@
name: "Nix"
on:
schedule:
- cron: '0 2 * * *'
push:
branches:
- master