diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69ba4c0e4865..a5b2b4eca2bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,12 +3,16 @@ on: push: paths-ignore: &ignore_paths - docs/** + - EXTENSIONS + - LICENSE - NEWS - UPGRADING - UPGRADING.INTERNALS - - '**/README.*' - - CONTRIBUTING.md - - CODING_STANDARDS.md + - '**/*.md' + - '**/*.rst' + - '**/CREDITS' + - .github/CODEOWNERS + - .github/ISSUE_TEMPLATE/** - .cirrus.yml - .circleci/** branches: