Compare commits
1 commit
d942dc1098
...
c8ca07068c
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | c8ca07068c |
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…
Reference in a new issue