Relative Content

Tag Archive for githubgithub-actionsworkflowcicd

In Github Actions keep track for only changes done in last commit

I have a GitHub Actions workflow that detects changes in folders when I create a pull request and rebuilds any modified folders. However, if a PR modifies 100 folders, all of those folders get rebuilt with every new commit, even if the latest commit only affects one folder.