diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index cea052287e..aeb6c4951c 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -2,14 +2,6 @@ name: pull_request on: pull_request: - paths: - - cmake/**/* - - cocos/**/* - - extensions/**/* - - tests/**/* - - thirdparty/**/* - - CMakeLists.txt - - .github/workflows/pr-ci.yml paths-ignore: - '**/README.md'