Update cachix.yml

This commit is contained in:
Lars Tveito 2024-08-31 10:26:06 +02:00 committed by GitHub
parent 5a8d77dd88
commit cf5b2fea6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,12 @@
name: Build and Cache with Cachix
on: [push]
on:
push:
branches:
- main
schedule:
- cron: '15 0 * * 0' # Runs every Sunday at 00:15
workflow_dispatch:
jobs:
build: