ci: update which paths to ignore (#20510)

Skipping the CI on documentation-only changes is no longer appropriate
as we now rely on CI to test parts of documentation, e.g.
test/functional/lua/help_spec.lua.

Ignore changes in contrib/ as it's for non-essential user contributions
that we don't need to test.
This commit is contained in:
dundargoc 2022-10-06 18:45:42 +02:00 committed by GitHub
parent d48ea0e3ea
commit 6cd643dbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
- 'master'
- 'release-[0-9]+.[0-9]+'
paths-ignore:
- 'runtime/doc/*'
- 'contrib/**'
# Cancel any in-progress CI runs for a PR if it is updated
concurrency: