ci: only run on prs that change nix files (#184)

This commit is contained in:
seth 2024-05-20 22:24:14 -06:00 committed by GitHub
parent 63b90f74b0
commit 6f9cb48525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,10 @@ on:
- '**.lock'
- '**.nix'
pull_request:
paths:
- '.sources/**'
- '**.lock'
- '**.nix'
workflow_dispatch:
jobs: