Trigger a GitHub Actions workflow when a folder changes

Trigger a GitHub Actions workflow when a folder changes

Recently I've been working with GitHub and creating a lot of workflows.  I have a couple of GitHub repositories that store both software code and infrastructure as code.  

[…]

I found a solution to my problem - GitHub Actions triggers!

Within GitHub, a GitHub Actions workflow is an automated process that can be set up within your repositories. A GitHub Actions workflow can automate tasks and jobs for you.  It can help you build your Continuous Integration/Continuous Delivery (CI/CD) pipelines.

[…]