diff --git a/.github/workflows/dependency-audit.yml b/.github/workflows/dependency-audit.yml index 6c3c858e8..22426c1f0 100644 --- a/.github/workflows/dependency-audit.yml +++ b/.github/workflows/dependency-audit.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' schedule: # Run weekly on Mondays at 00:00 UTC - cron: '0 0 * * 1' diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e84d19d9c..2c7642098 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-claude.yml b/.github/workflows/test-claude.yml index 4d77cde6f..20ca3d103 100644 --- a/.github/workflows/test-claude.yml +++ b/.github/workflows/test-claude.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 32754371e..359e494f9 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -3,6 +3,8 @@ name: Test Coverage on: pull_request: branches: [main] + paths-ignore: + - '**/*.md' push: branches: [main] diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index d9e708fb7..ad53946b2 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2d92650d0..236d0894d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + paths-ignore: + - '**/*.md' workflow_dispatch: permissions: