diff --git a/.github/workflows/shell-check.yml b/.github/workflows/shell-check.yml index 65c11c6..dbcefed 100644 --- a/.github/workflows/shell-check.yml +++ b/.github/workflows/shell-check.yml @@ -8,6 +8,7 @@ on: - '**.zsh' - '**.bashrc' - 'justfile' + - 'Justfile' pull_request: paths: - '**.sh' @@ -15,6 +16,7 @@ on: - '**.zsh' - '**.bashrc' - 'justfile' + - 'Justfile' jobs: shell-check: