Run GitHub workflows only when necessary for the change
zregvart#152223mo ago1 comment
good first issueci
AI analyzing...
Issue Description
We currently run GitHub workflows for all commits, we should be able to determine when running a particular workflow is not needed. For example changing the readme, should not trigger a release.
For this leveraging paths filter is very helpful.