ci(qc): do not run if no python files were changed
This commit is contained in:
parent
437ab8f0b1
commit
d27b915855
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -3,6 +3,8 @@ name: qc
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '**.py'
|
||||
|
||||
jobs:
|
||||
analyse:
|
||||
|
|
Loading…
Reference in a new issue