Commit cb016f11 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

ci/check-shell: only run if `shell.nix` or `./ci/**` is changed

saves a bit of CI time
parent 82434f38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@ name: "Check shell"

on:
  pull_request_target:
    paths:
      - 'shell.nix'
      - './ci/**'

permissions: {}