nix.yml - trigger only on certain file changes.

This commit is contained in:
John MacFarlane
2026-07-20 13:15:18 +02:00
parent 4da39af987
commit 90adedb7c1
+4 -1
View File
@@ -3,9 +3,12 @@ name: Nix
# Builds pandoc with the flake (haskell-flake) on Linux and macOS.
on:
push:
paths:
- 'stack.yaml'
- 'pandoc.cabal'
- 'flake.nix'
branches:
- 'main'
- 'haskell-flake-revamp'
pull_request:
workflow_dispatch: