diff --git a/.github/workflows/test-shellcheck.yml b/.github/workflows/test-shellcheck.yml index 03f00e96e..fdf2bffc1 100644 --- a/.github/workflows/test-shellcheck.yml +++ b/.github/workflows/test-shellcheck.yml @@ -8,10 +8,12 @@ on: paths: - "**.sh" - "**.bash" + - "image/**" pull_request: paths: - "**.sh" - "**.bash" + - "image/**" jobs: shellcheck: diff --git a/.github/workflows/test-shellfmt.yml b/.github/workflows/test-shellfmt.yml index 0e500411a..2bd50c90a 100644 --- a/.github/workflows/test-shellfmt.yml +++ b/.github/workflows/test-shellfmt.yml @@ -8,10 +8,12 @@ on: paths: - "**.sh" - "**.bash" + - "image/**" pull_request: paths: - "**.sh" - "**.bash" + - "image/**" jobs: shellcheck: