workflows/eval-lib-tests: Run on maintainer changes

The lib tests also check maintainers, not doing so can cause problems: https://github.com/NixOS/nixpkgs/pull/379894
This commit is contained in:
Silvan Mosberger 2025-02-11 22:20:48 +01:00 committed by Masum Reza
parent 29ed5a4e1d
commit ec32f93eb2

View File

@ -4,6 +4,7 @@ on:
pull_request_target:
paths:
- 'lib/**'
- 'maintainers/**'
permissions: {}