mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
nix.yml - trigger only on certain file changes.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user