Compare commits
1 commit
c8ca07068c
...
d942dc1098
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | d942dc1098 |
9
.github/workflows/cachix.yaml
vendored
9
.github/workflows/cachix.yaml
vendored
|
@ -1,10 +1,5 @@
|
||||||
name: "Build everything and push to cachix"
|
name: "Cachix build"
|
||||||
on:
|
on: [push]
|
||||||
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