Ι want to create a workflow that is triggered when some other .github/workflow files change.
I want to monitor all the .github/workflow starting with a specific prefix. i.e. foo_, as in .github/workflow/foo_1.yaml , .github/workflow/foo_2.yaml etc.
Is it possible to specify such a pattern on the workflow trigger?