ci(qc): do not run if no python files were changed

This commit is contained in:
Mark Joshwel 2023-09-02 11:29:55 +00:00
parent 437ab8f0b1
commit d27b915855

View file

@ -3,6 +3,8 @@ name: qc
on:
workflow_dispatch:
push:
paths:
- '**.py'
jobs:
analyse: