mirror of
https://github.com/larstvei/emacs-flake.git
synced 2024-11-25 23:58:30 +00:00
Update cachix.yml
This commit is contained in:
parent
5a8d77dd88
commit
cf5b2fea6a
8
.github/workflows/cachix.yml
vendored
8
.github/workflows/cachix.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user