polars
polars copied to clipboard
github actions: run action if the spec file has changed
This can prevent reverts on master if the spec turns out to be invalid.
I think #4125 comes close, but it is not the same, because not all spec files are being monitored, and I think that is what you are intending here?
Should we define a workflow that is triggered on
on:
push:
paths:
- '.github/workflows/*'
and then do ?
I think this can be closed.