Compare commits
1 commit
d942dc1098
...
c8ca07068c
| Author | SHA1 | Date | |
|---|---|---|---|
| c8ca07068c |
1 changed files with 7 additions and 2 deletions
9
.github/workflows/cachix.yaml
vendored
9
.github/workflows/cachix.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue