github: run cachix manually and hourly

This commit is contained in:
Antoine Martin 2021-02-06 00:20:50 +01:00
parent 29c8757ea7
commit bbdb35db7e

View file

@ -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