mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Run CI lint&tests only on python changes
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,8 +3,12 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
|
paths:
|
||||||
|
- '**.py'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
|
paths:
|
||||||
|
- '**.py'
|
||||||
workflow_dispatch: # to allow manual re-runs
|
workflow_dispatch: # to allow manual re-runs
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user