I have 3 directories in ./github/workflows/
- linters
- functionalTests
- unitTests
In each of these directories I have multiple workflow .yml
files for example in linters/codeQuality.yml
My issue is that when a pull request is made then only the workflows files in root are executed and not the workflow files in these diretories.
How can I solve this problem?