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"
|
||||
on: [push]
|
||||
name: "Build everything and push to cachix"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 */4 * * *'
|
||||
push:
|
||||
branches:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue