[CI] Enable CI tests for clang
Created by: melonedo
The workflow for running tests is only triggered on the folder llvm
, while #32 only changes the folder clang
, which is why the llvm-lit tests are not enabled on it. This PR enables tests for PRs that only modify the folder clang
to fix it.