ci: add workflow dispatch trigger
This commit is contained in:
parent
07caf5671d
commit
b48c99ab6f
2 changed files with 4 additions and 0 deletions
1
.github/workflows/cachix.yaml
vendored
1
.github/workflows/cachix.yaml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: "Build packages and push to cache"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- outputs/pkgs/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue