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" name: "Build everything and push to cachix"
on: [push] on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
push:
branches:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest