Compare commits

..

1 commit

Author SHA1 Message Date
Antoine Martin c8ca07068c ci: setup cachix build 2021-04-08 04:13:58 +02:00

View file

@ -1,5 +1,10 @@
name: "Cachix build"
on: [push]
name: "Build everything and push to cachix"
on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
push:
branches:
jobs:
build:
runs-on: ubuntu-latest