ci: make them runnable manually

main
Antoine Martin 2023-12-12 15:18:32 +01:00
parent 66d965beee
commit 689c57a140
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
name: "Cachix build"
on:
workflow_dispatch:
push:
paths:
- 'flake.nix'

View File

@ -1,4 +1,4 @@
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
name: CI