Run CI lint&tests only on python changes

This commit is contained in:
Teemu Rytilahti 2024-06-14 23:50:31 +02:00
parent 927fe648ac
commit d6f8235b04

View File

@ -3,8 +3,12 @@ name: CI
on:
push:
branches: ["master"]
paths:
- '**.py'
pull_request:
branches: ["master"]
paths:
- '**.py'
workflow_dispatch: # to allow manual re-runs
env: