Since our “Build & Test” CI workflow only involves work with the code/ folder, we should only run it in the instances where the code/ folder is edited.
We might be able to use the paths-filter to get it going, since GitHub doesn't have this feature natively.
Since our “Build & Test” CI workflow only involves work with the
code/
folder, we should only run it in the instances where thecode/
folder is edited.We might be able to use the
paths-filter
to get it going, since GitHub doesn't have this feature natively.