diff --git a/.github/workflows/cloud_integration.yml b/.github/workflows/cloud_integration.yml index dd3201c25..8543d37ab 100644 --- a/.github/workflows/cloud_integration.yml +++ b/.github/workflows/cloud_integration.yml @@ -1,6 +1,9 @@ name: Cloud integration on: push: + paths-ignore: + - '*.md' + - '**/*.md' branches: - master jobs: diff --git a/.github/workflows/kind_integration.yml b/.github/workflows/kind_integration.yml index c3d8904e2..fe1d8ebf8 100644 --- a/.github/workflows/kind_integration.yml +++ b/.github/workflows/kind_integration.yml @@ -2,6 +2,9 @@ name: KinD integration on: pull_request: {} push: + paths-ignore: + - '*.md' + - '**/*.md' branches: - master jobs: diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 5fb31cc02..44b7ebce9 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -2,6 +2,9 @@ name: Static checks on: pull_request: {} push: + paths-ignore: + - '*.md' + - '**/*.md' branches: - master jobs: diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index cbe65189d..65cba316c 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -2,6 +2,9 @@ name: Unit tests on: pull_request: {} push: + paths-ignore: + - '*.md' + - '**/*.md' branches: - master jobs: