diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 19aa20593..ed354a78b 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -2,11 +2,17 @@ name: "integration tests" on: push: + paths-ignore: + - 'docs/**' + - '.github/**' branches: - master - develop - "release/**" pull_request: + paths-ignore: + - 'docs/**' + - '.github/**' branches: - "**"