diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 6b2bb8af21..f0e631ccec 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -1,9 +1,15 @@ name: Continuous Integration on Master on: push: + paths-ignore: + - 'doc/**' + - '**/README.md' branches: - master pull_request: + paths-ignore: + - 'doc/**' + - '**/README.md' branches: - master env: