Closed lread closed 3 months ago
Hmmm... workflow yaml automatically triggers PR run only on certain paths for pull requests:
on:
pull_request:
branches: [ main ]
paths:
- 'src/**'
- 'test/**'
- 'deps.edn'
Shall we get rid of the paths:
@seancorfield?
Yeah, can't say I see the point of restricting GHA like that.
Closes #71