github: run cachix manually and hourly
This commit is contained in:
parent
29c8757ea7
commit
bbdb35db7e
3
.github/workflows/cachix.yml
vendored
3
.github/workflows/cachix.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: "Build everything and push to cachix"
|
name: "Build everything and push to cachix"
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '* */1 * * *'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue