diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98e3980ee9..183f2fa6a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,13 @@ on: pull_request: paths-ignore: - 'AUTHORS' + - 'CONTRIBUTING.md' - 'Documentation/**' - 'tools/ci/docker/linux/**' push: paths-ignore: - 'AUTHORS' + - 'CONTRIBUTING.md' - 'Documentation/**' branches: - 'releases/*' @@ -389,4 +391,4 @@ jobs: with: name: msvc-builds path: ./sources/buildartifacts/ - continue-on-error: true \ No newline at end of file + continue-on-error: true