diff --git a/.github/workflows/bundled-lint-and-test.yaml b/.github/workflows/bundled-lint-and-test.yaml index 5f310491..aea0feeb 100644 --- a/.github/workflows/bundled-lint-and-test.yaml +++ b/.github/workflows/bundled-lint-and-test.yaml @@ -23,8 +23,9 @@ on: branches: [ main ] pull_request: paths: - - "src/**" - - "Cargo.*" + - ".github/**" + - "**/src/**" + - "**/Cargo.*" workflow_call: workflow_dispatch: diff --git a/.github/workflows/unbundled-lint-and-test.yaml b/.github/workflows/unbundled-lint-and-test.yaml index aec25979..c1f5499e 100644 --- a/.github/workflows/unbundled-lint-and-test.yaml +++ b/.github/workflows/unbundled-lint-and-test.yaml @@ -27,8 +27,9 @@ on: branches: [ main ] pull_request: paths: - - "src/**" - - "Cargo.*" + - ".github/**" + - "**/src/**" + - "**/Cargo.*" workflow_call: workflow_dispatch: