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