diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9580e7ab..ce693e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,19 @@ on: - main paths-ignore: - 'doc/oper-guide/**' + - 'CREDITS' + - 'LICENSE' + - 'NEWS.md' + - 'README.md' pull_request: branches: - main paths-ignore: - 'doc/oper-guide/**' + - 'CREDITS' + - 'LICENSE' + - 'NEWS.md' + - 'README.md' jobs: linux: