diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 3edb139..11e457b 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -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