ci: trigger workflows when nixpkgs pin is updated

Otherwise we might break things...
This commit is contained in:
Wolfgang Walther
2026-04-27 08:29:41 +00:00
parent 2e5baaf296
commit f80122e12b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ on:
- .github/*
- '*.nix'
- nix/**
- flake.lock
- .cirrus.yml
- cabal.project*
- postgrest.cabal
+1
View File
@@ -14,6 +14,7 @@ on:
- .github/actions/setup-nix/**
- default.nix
- nix/**
- flake.lock
- docs/**
- '!**.md'
+1
View File
@@ -17,6 +17,7 @@ on:
- .github/actions/setup-nix/**
- default.nix
- nix/**
- flake.lock
- .stylish-haskell.yaml
- cabal.project
- postgrest.cabal