I recently added paths_ignore statements o the various CI builds, so that build do not get triggered when only the workflow files have been changed:
paths_ignore:
- '.github/workflows/**'
However, this does not seem to work as expected (it does not change anything in behaviour).
I recently added paths_ignore statements o the various CI builds, so that build do not get triggered when only the workflow files have been changed:
However, this does not seem to work as expected (it does not change anything in behaviour).