diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index f0d8d1521..87227c7ba 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -6,6 +6,8 @@ on: - 'release-*' - 'rhos-*' pull_request: + paths-ignore: + - "docs/**" branches: - 'master' - 'release-*' diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index f358daf00..31948a0be 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -4,6 +4,8 @@ on: branches: - 'master' pull_request: + paths-ignore: + - "docs/**" branches: - 'master' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1404b2997..9316aac4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,6 +7,8 @@ on: - 'release-*' - 'rhos-*' pull_request: + paths-ignore: + - "docs/**" branches: - 'master' - 'release-*' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 32dfd9252..0f854f9ea 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,6 +1,8 @@ name: Integration tests on: pull_request: + paths-ignore: + - "docs/**" branches: - 'master' - 'release-*'